]> 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 b04e56c08be225aaca30ca1764240329e0acd199..3ff38713f01f6fb2ed8ad062965bf65d7087a3a5 100644 (file)
@@ -86,13 +86,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*)));
   }
 
   . = .;