]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m547xevb/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / freescale / m547xevb / u-boot.lds
index de4d0eb9077646eccf8a00157c11ed9aac1bf391..bbe36f087a7f4d62fe48b9d0340496343dcb9136 100644 (file)
@@ -69,7 +69,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -94,6 +94,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }