]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc86xx/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / powerpc / cpu / mpc86xx / u-boot.lds
index 8bfadf28dc2c2a8224814fea092d4af222d28309..7e357baf9531527ad222865ce864f00d7a036854 100644 (file)
@@ -67,7 +67,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -90,6 +90,6 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }