]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/emk/top860/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / emk / top860 / u-boot.lds
index 485c68d65696ce67deb67f844289cc7cd573bc06..ea04eca3aac8730942421f9333162fa1850a7b74 100644 (file)
@@ -67,13 +67,10 @@ SECTIONS
 
 
   . = .;
-  __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*)));
   }