]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mx31ads/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / freescale / mx31ads / u-boot.lds
index 79eb7aca387b10a66281f5c51a71508237e4a0ec..e59fd1841479a7cca33f8c2c30879c0a81efaad1 100644 (file)
@@ -61,6 +61,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 : {