]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/fads/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / fads / u-boot.lds
index 4a41db8e36aa99bda04d9bedf2038174cd21c2cd..450103d377b460fa999cee8a662d0af5c37906fa 100644 (file)
@@ -68,13 +68,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*)));
   }