summaryrefslogtreecommitdiffstats
path: root/board/dvlhost
diff options
context:
space:
mode:
Diffstat (limited to 'board/dvlhost')
-rw-r--r--board/dvlhost/u-boot.lds6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/dvlhost/u-boot.lds b/board/dvlhost/u-boot.lds
index ecd9efe8fc..ee7219f7ec 100644
--- a/board/dvlhost/u-boot.lds
+++ b/board/dvlhost/u-boot.lds
@@ -30,6 +30,7 @@ SECTIONS
. = ALIGN (4);
.text : {
+ *(.__image_copy_start)
arch/arm/cpu/ixp/start.o(.text*)
net/libnet.o(.text*)
board/dvlhost/libdvlhost.o(.text*)
@@ -62,7 +63,10 @@ SECTIONS
. = ALIGN (4);
- __image_copy_end = .;
+ .image_copy_end :
+ {
+ *(.__image_copy_end)
+ }
.rel.dyn : {
__rel_dyn_start = .;
OpenPOWER on IntegriCloud