diff options
Diffstat (limited to 'board/actux3')
-rw-r--r-- | board/actux3/u-boot.lds | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/board/actux3/u-boot.lds b/board/actux3/u-boot.lds index 44b990e..b7d29b4 100644 --- a/board/actux3/u-boot.lds +++ b/board/actux3/u-boot.lds @@ -70,11 +70,6 @@ SECTIONS __rel_dyn_end = .; } - .dynsym : { - __dynsym_start = .; - *(.dynsym) - } - _end = .; /* @@ -96,6 +91,7 @@ SECTIONS KEEP(*(.__bss_end)); } + /DISCARD/ : { *(.dynsym) } /DISCARD/ : { *(.dynstr*) } /DISCARD/ : { *(.dynamic*) } /DISCARD/ : { *(.plt*) } |