]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/stx/stxxtc/u-boot.lds
common: Discard the __u_boot_cmd section
[karo-tx-uboot.git] / board / stx / stxxtc / u-boot.lds
index a949e4f59201a000a805c9ae0746ca767246344d..cdc1fdac2c47d22ca3d200967c056b6df13f3173 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>
+  }
 
 
   . = .;