]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/dasa_sim/u-boot.lds
common: Discard the __u_boot_cmd section
[karo-tx-uboot.git] / board / esd / dasa_sim / u-boot.lds
index b15948d34c7d3a58d469171ab17005efd3bf856f..7eca18390b11a32aadab8e42ce592158f2333d13 100644 (file)
@@ -73,9 +73,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>
+  }
 
 
   . = .;