aboutsummaryrefslogtreecommitdiff
path: root/board/davinci/da8xxevm/u-boot-spl-hawk.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/davinci/da8xxevm/u-boot-spl-hawk.lds')
-rw-r--r--board/davinci/da8xxevm/u-boot-spl-hawk.lds5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/davinci/da8xxevm/u-boot-spl-hawk.lds b/board/davinci/da8xxevm/u-boot-spl-hawk.lds
index b3a41afc4..86dc172ee 100644
--- a/board/davinci/da8xxevm/u-boot-spl-hawk.lds
+++ b/board/davinci/da8xxevm/u-boot-spl-hawk.lds
@@ -58,6 +58,11 @@ SECTIONS
}
. = ALIGN(4);
+ .u_boot_list : {
+ #include <u-boot.lst>
+ }
+
+ . = ALIGN(4);
__rel_dyn_start = .;
__rel_dyn_end = .;
__dynsym_start = .;