summaryrefslogtreecommitdiffstats
path: root/board/ait/cam_enc_4xx/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/ait/cam_enc_4xx/u-boot-spl.lds')
-rw-r--r--board/ait/cam_enc_4xx/u-boot-spl.lds6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/ait/cam_enc_4xx/u-boot-spl.lds b/board/ait/cam_enc_4xx/u-boot-spl.lds
index fdfbfc38a9..c0d09adf7c 100644
--- a/board/ait/cam_enc_4xx/u-boot-spl.lds
+++ b/board/ait/cam_enc_4xx/u-boot-spl.lds
@@ -48,5 +48,9 @@ SECTIONS
} >.sram
__image_copy_end = .;
- _end = .;
+
+ .end :
+ {
+ *(.__end)
+ }
}
OpenPOWER on IntegriCloud