]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/icu862/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / icu862 / u-boot.lds
index 6778eb13add674fcd6fa4091f466ae5e776ec704..6e4939b8bf9c086994e965bf8dc32a33157c4663 100644 (file)
@@ -69,7 +69,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -93,6 +93,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }