]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/freescale/mx31pdk/u-boot.lds
mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization
[u-boot] / nand_spl / board / freescale / mx31pdk / u-boot.lds
index d2b08f60c59c7597299ebab1c3002e02ebbdf6e8..a26110f393d8c452c3746eed59b28c5c621fdb38 100644 (file)
@@ -46,11 +46,15 @@ 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);
+
+       __image_copy_end = .;
 
        .rel.dyn : {
                __rel_dyn_start = .;