]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/altera/nios2-generic/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / altera / nios2-generic / u-boot.lds
index d4be077bbd22ec6c4dce1465194efad00c6014c7..f3095982b69bc1d8587f1ea61d613e1c4fa0547f 100644 (file)
@@ -46,13 +46,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
@@ -104,7 +102,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       _end = .;
+       __bss_end = .;
        PROVIDE (end = .);
 
        /* DEBUG -- symbol table, string table, etc. etc.