]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/LEOX/elpt860/u-boot.lds
Refactor linker-generated arrays
[people/ms/u-boot.git] / board / LEOX / elpt860 / u-boot.lds
index 5aaf6b309d8eda7be637e2b352af588d727418fa..3ff38713f01f6fb2ed8ad062965bf65d7087a3a5 100644 (file)
@@ -86,9 +86,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 = .;