]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/altera/nios2-generic/u-boot.lds
common: Discard the __u_boot_cmd section
[karo-tx-uboot.git] / board / altera / nios2-generic / u-boot.lds
index f0877330aecfd415f69a2c6563ea2e5d23645148..289386b35c837c7452b5bf022ea8861b62b67507 100644 (file)
@@ -46,13 +46,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 : {