]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gaisler/grsim/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / board / gaisler / grsim / u-boot.lds
index b241cbc1d044fbef9628dd279b994a23e76d9a8e..8de272e4cbdef8a0a13dcb425ebef8707427a292 100644 (file)
@@ -87,7 +87,7 @@ SECTIONS
 
        . = ALIGN(4);
        .u_boot_list : {
-       #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
        .data   :
@@ -134,7 +134,7 @@ SECTIONS
        . = ALIGN(16); /* to speed clearing of bss up */
        }
        __bss_end = . ;
-       __bss_end__ = . ;
+       __bss_end = . ;
        PROVIDE (end = .);
 
 /* Relocated into main memory */