diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-07 21:24:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 21:24:30 +0000 |
commit | 16b85ad35664f00a1d23cc23d222dd1075683b5c (patch) | |
tree | 0e756576b0168959f65b29e12d8714bc642f03cd /bsp/sifive-hifive1 | |
parent | 7a965490cc35a8f9880f0a7d15a28a5dfb954bfd (diff) | |
parent | 56bccc534d2f1557003daa260164ab6c4aa463a1 (diff) |
Merge pull request #135 from sifive/itim
Update HiFive 1 to pull .itim sections into .text
Diffstat (limited to 'bsp/sifive-hifive1')
-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 |