]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc8220/u-boot.lds
ARM: bcm2835: add simplefb DT node during bootz/m
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc8220 / u-boot.lds
index c1479544f95946e5a591cbb5813c574f0cdf895d..dc63d2081bd585b3ecd7bd5f45a3247f4408d63b 100644 (file)
@@ -62,7 +62,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -86,6 +86,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }