]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/renesas/sh7757lcr/u-boot.lds
common: Discard the __u_boot_cmd section
[karo-tx-uboot.git] / board / renesas / sh7757lcr / u-boot.lds
index b2cf39233b31ad23c958bbc311490e8451b0586f..cf406ce966f66b099a3ea71805bb4d7d107d519c 100644 (file)
@@ -77,13 +77,6 @@ SECTIONS
        }
        PROVIDE (_egot = .);
 
-       PROVIDE (__u_boot_cmd_start = .);
-       .u_boot_cmd :
-       {
-               *(.u_boot_cmd)
-               . = ALIGN(4);
-       }
-       PROVIDE (__u_boot_cmd_end = .);
 
        .u_boot_list : {
                #include <u-boot.lst>