]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/freescale/mx31pdk/u-boot.lds
Merge git://git.denx.de/u-boot
[karo-tx-uboot.git] / nand_spl / board / freescale / mx31pdk / u-boot.lds
index a130a1f9df7374a372f1baa29f6a9dfdd9371e56..a26110f393d8c452c3746eed59b28c5c621fdb38 100644 (file)
@@ -46,9 +46,11 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+
+       . = ALIGN(4);
+       .u_boot_list : {
+               #include <u-boot.lst>
+       }
 
        . = ALIGN(4);