]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5208evbe/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / freescale / m5208evbe / u-boot.lds
index 2c151f20f57ced21ffc1e1140f995ed357dada3f..6f80e41159906200931f6fc9361bff8b82e790b0 100644 (file)
@@ -72,7 +72,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -97,6 +97,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }