]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_xc3s_1500/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / gaisler / gr_xc3s_1500 / u-boot.lds
index 7df6e833926f59f99a31dfd7c4ac9a1e7e7d486f..18dfb814bf61eb9873967af6cc8218fc5f046fb6 100644 (file)
@@ -88,7 +88,7 @@ SECTIONS
 
        . = ALIGN(4);
        .u_boot_list : {
-       #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
        .data   :
@@ -135,7 +135,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       __bss_end__ = . ;
+       __bss_end = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */