]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/davinci/da8xxevm/u-boot-spl-da850evm.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / davinci / da8xxevm / u-boot-spl-da850evm.lds
index 6f6e065a9f1e0d239c36f778ef0f5edd89e542f1..c5fd93c0f73084c385eaa6eba11dd46cd4d35d5b 100644 (file)
@@ -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 = .;