]> git.sur5r.net Git - u-boot/blobdiff - board/dave/PPChameleonEVB/u-boot.lds
common: Discard the __u_boot_cmd section
[u-boot] / board / dave / PPChameleonEVB / u-boot.lds
index 3b1011435405e3ff2dfe96aa7912248349b6e91b..8a306d6076f0ef6ec4ce49004adc3c018c0d5489 100644 (file)
@@ -74,9 +74,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 = .;