]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/etx094/u-boot.lds
Merge remote-tracking branch 'u-boot-ti/master'
[karo-tx-uboot.git] / board / etx094 / u-boot.lds
index 8465937d101486c96d82d0df3004d420ce6c3f2c..56c3470bde547a5045009cb2711da55c1a72f2bd 100644 (file)
@@ -75,9 +75,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>
+  }
 
 
   . = .;