]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/ppc4xx/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / powerpc / cpu / ppc4xx / u-boot.lds
index a96ddd5577b66a46d7c66d7dfdb52f07cc246a49..06010d6b149605829abbf5a7f361cfcbc58da99e 100644 (file)
@@ -81,7 +81,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -142,6 +142,6 @@ SECTIONS
   } :bss
 
   . = ALIGN(4);
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }