]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5329evb/u-boot.lds
Refactor linker-generated arrays
[karo-tx-uboot.git] / board / freescale / m5329evb / u-boot.lds
index c575522f2714aab118c162e60593a481a1b1a51e..5013ff4a69665c2024bc7c1ab40c912368c6f64f 100644 (file)
@@ -69,13 +69,10 @@ 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>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;