summaryrefslogtreecommitdiffstats
path: root/board/actux3
diff options
context:
space:
mode:
Diffstat (limited to 'board/actux3')
-rw-r--r--board/actux3/u-boot.lds6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/actux3/u-boot.lds b/board/actux3/u-boot.lds
index 44b990ee7f..b7d29b4afa 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*) }
OpenPOWER on IntegriCloud