]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/korat/u-boot-F7FC.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / korat / u-boot-F7FC.lds
index 033cff42d9b6797445eea0d8809ee7b7196f84ab..52c929cab95da261f715043f7db5da03e179cf84 100644 (file)
@@ -110,7 +110,7 @@ SECTIONS
   . = .;
 
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -135,6 +135,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }