]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/blackfin/cpu/u-boot.lds
common: Discard the __u_boot_cmd section
[karo-tx-uboot.git] / arch / blackfin / cpu / u-boot.lds
index cbc79de0ab762d2dfe3510a1799ff717139389a5..58db838fb02bbd950b2fed3ead12858e22477791 100644 (file)
@@ -112,12 +112,6 @@ SECTIONS
                CONSTRUCTORS
        } >ram_data
 
-       .u_boot_cmd :
-       {
-               ___u_boot_cmd_start = .;
-               *(.u_boot_cmd)
-               ___u_boot_cmd_end = .;
-       } >ram_data
 
        .u_boot_list : {
                #include <u-boot.lst>