]> git.sur5r.net Git - u-boot/blobdiff - arch/nios2/cpu/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / arch / nios2 / cpu / u-boot.lds
index d0eb80de0e9804d3c84de41c0bc9b496db6ab3aa..4c45336d4ae40536f06dbde3e01cdc40d01b5c85 100644 (file)
@@ -48,7 +48,7 @@ SECTIONS
 
        . = ALIGN(4);
        .u_boot_list : {
-       #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
        }
 
        /* INIT DATA sections - "Small" data (see the gcc -G option)
@@ -101,7 +101,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       __bss_end__ = .;
+       __bss_end = .;
        PROVIDE (end = .);
 
        /* DEBUG -- symbol table, string table, etc. etc.