diff options
Diffstat (limited to 'bsp')
-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 |