]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/sequoia/u-boot-ram.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / amcc / sequoia / u-boot-ram.lds
index 6b02784926f741b6fea77b24a9816038762664d3..1b537f6f407262d15c5ce4f25991730471942391 100644 (file)
@@ -66,7 +66,7 @@ SECTIONS
   . = .;
 
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -90,6 +90,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }