]> git.sur5r.net Git - u-boot/blobdiff - board/RRvision/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / RRvision / u-boot.lds
index 748e5113ef61859566fdada7f573490bbaaf8bd5..84bb763c7bdd3fcb64b35342486593e951d65733 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -98,6 +98,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }