]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/manroland/uc100/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[people/ms/u-boot.git] / board / manroland / uc100 / u-boot.lds
index e32ae37ea492fbc31c41b6b177a19b971fb4c6cc..d1bb1278886461d37a94e7c90d2a04d7bef98cff 100644 (file)
@@ -72,7 +72,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -96,6 +96,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }