Merge remote-tracking branch 'u-boot-ti/master'
[platform/kernel/u-boot.git] / arch / arm / cpu / arm926ejs / spear / u-boot-spl.lds
index afd3381..f3bd5e7 100644 (file)
@@ -50,9 +50,10 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+
+       .u_boot_list : {
+               #include <u-boot.lst>
+       }
 
        . = ALIGN(4);