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