]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/emk/top860/u-boot.lds
common: Discard the __u_boot_cmd section
[karo-tx-uboot.git] / board / emk / top860 / u-boot.lds
index fb066486633a8b184ccd5a503ee19a64169e5d43..22626d392ae2bf5d7d5bf72f949bcd55d006b2bd 100644 (file)
@@ -67,9 +67,11 @@ SECTIONS
 
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
 
 
   . = .;