summaryrefslogtreecommitdiffstats
path: root/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/davinci/da8xxevm/u-boot-spl-da850evm.lds')
-rw-r--r--board/davinci/da8xxevm/u-boot-spl-da850evm.lds6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
index 6f6e065a9f..c5fd93c0f7 100644
--- a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
+++ b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
@@ -47,6 +47,12 @@ SECTIONS
. = ALIGN(4);
.data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
+
+ . = ALIGN(4);
+ .u_boot_list : {
+ #include <u-boot.lst>
+ } >.sram
+
. = ALIGN(4);
.rel.dyn : {
__rel_dyn_start = .;
OpenPOWER on IntegriCloud