]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/dave/PPChameleonEVB/u-boot.lds
Refactor linker-generated arrays
[karo-tx-uboot.git] / board / dave / PPChameleonEVB / u-boot.lds
index 3b1011435405e3ff2dfe96aa7912248349b6e91b..987b52d25cc872e46e920612d152c563d2635d95 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 : {
+       KEEP(*(SORT(.u_boot_list*)));
+  }
 
   . = .;
   __start___ex_table = .;