]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5271evb/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / freescale / m5271evb / u-boot.lds
index 133ec01036b8a04d7be97551078aa6d2f3c6e801..82b67d50a9057dc6c7bf3addb672f1ff172bf9c9 100644 (file)
@@ -71,7 +71,7 @@ SECTIONS
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -96,6 +96,6 @@ SECTIONS
    . = ALIGN(4);
    _ebss = .;
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }