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