]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/karo/tx25/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / nand_spl / board / karo / tx25 / u-boot.lds
index d2b08f60c59c7597299ebab1c3002e02ebbdf6e8..24a3c0c8455ee313ff08c500fae0b2dfc02a7447 100644 (file)
@@ -50,6 +50,11 @@ SECTIONS
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        . = ALIGN(4);
 
        .rel.dyn : {