]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m548xevb/u-boot.lds
Merge remote-tracking branch 'u-boot-ti/master'
[karo-tx-uboot.git] / board / freescale / m548xevb / u-boot.lds
index cf3f38c0f3cd128966f7459965796d7b560bcb3a..fbbe0c5dc5ad928bf6e30748a68ea2c0fa9cafe4 100644 (file)
@@ -66,9 +66,11 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
 
   . = .;
   __start___ex_table = .;