]> 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 fe4a2ebcc7d63252bfeb43c112bd570033462f76..4c45336d4ae40536f06dbde3e01cdc40d01b5c85 100644 (file)
@@ -45,13 +45,11 @@ SECTIONS
         * the initialization code relocates the command table as
         * well -- admittedly, this is just pure laziness ;-)
         */
-       __u_boot_cmd_start = .;
-       .u_boot_cmd :
-       {
-         *(.u_boot_cmd)
-       }
+
        . = ALIGN(4);
-       __u_boot_cmd_end = .;
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       }
 
        /* INIT DATA sections - "Small" data (see the gcc -G option)
         * is always gp-relative. Here we make all init data sections
@@ -103,7 +101,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       _end = .;
+       __bss_end = .;
        PROVIDE (end = .);
 
        /* DEBUG -- symbol table, string table, etc. etc.