]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/freescale/mx31pdk/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / nand_spl / board / freescale / mx31pdk / u-boot.lds
index d2b08f60c59c7597299ebab1c3002e02ebbdf6e8..b2a0f7c85469747af19c1de751c660bbc4d803ef 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 : {