diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-07 13:22:04 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-07 13:22:34 -0800 |
commit | 56bccc534d2f1557003daa260164ab6c4aa463a1 (patch) | |
tree | 0e756576b0168959f65b29e12d8714bc642f03cd | |
parent | 7a965490cc35a8f9880f0a7d15a28a5dfb954bfd (diff) |
Update HiFive 1 to pull .itim sections into .text
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r-- | bsp/sifive-hifive1/mee.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/sifive-hifive1/mee.lds b/bsp/sifive-hifive1/mee.lds index 5a5a1aa..0e0a302 100644 --- a/bsp/sifive-hifive1/mee.lds +++ b/bsp/sifive-hifive1/mee.lds @@ -34,6 +34,7 @@ SECTIONS *(.text.unlikely .text.unlikely.*) *(.text.startup .text.startup.*) *(.text .text.*) + *(.itim .itim.*) *(.gnu.linkonce.t.*) } >flash AT>flash :flash @@ -135,7 +136,6 @@ SECTIONS .itim : { - *(.itim .itim.*) } >flash AT>flash :flash |