]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/nios2/cpu/u-boot.lds
common: Discard the __u_boot_cmd section
[people/ms/u-boot.git] / arch / nios2 / cpu / u-boot.lds
index e24b769b5ee923447c46a4fc5b15f80c1d24e4f6..d0eb80de0e9804d3c84de41c0bc9b496db6ab3aa 100644 (file)
@@ -45,13 +45,6 @@ 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 = .;
 
        . = ALIGN(4);
        .u_boot_list : {