]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/rbc823/u-boot.lds
Merge remote-tracking branch 'u-boot-ti/master'
[karo-tx-uboot.git] / board / rbc823 / u-boot.lds
index d943fb6de73860b15070fcfa27b593e0f7770e39..a86b568f6eb3c71f93a852b2c7cce15782e5d9c5 100644 (file)
@@ -77,9 +77,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 = .;