]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/microblaze/cpu/u-boot.lds
common: Discard the __u_boot_cmd section
[karo-tx-uboot.git] / arch / microblaze / cpu / u-boot.lds
index 06a28552219f459991243a91cc80cf879e75badd..4297b9344313af12b181ae084a109e88dc8afe8c 100644 (file)
@@ -50,14 +50,6 @@ SECTIONS
                __data_end = .;
        }
 
-       .u_boot_cmd ALIGN(0x4):
-       {
-               . = .;
-               __u_boot_cmd_start = .;
-               *(.u_boot_cmd)
-               __u_boot_cmd_end = .;
-       }
-
        . = ALIGN(4);
        .u_boot_list : {
                #include <u-boot.lst>