]> git.sur5r.net Git - u-boot/blobdiff - board/qemu-mips/u-boot.lds
Merge remote-tracking branch 'u-boot-imx/master'
[u-boot] / board / qemu-mips / u-boot.lds
index c5826a29d724c52c9d4ad2e86b798781c8a4e773..cb2356f731cf9102125e55922e975bce857277d7 100644 (file)
@@ -59,13 +59,6 @@ SECTIONS
        . = ALIGN(4);
        .sdata  : { *(.sdata*) }
 
-       . = .;
-       .u_boot_cmd : {
-       __u_boot_cmd_start = .;
-       *(.u_boot_cmd)
-       __u_boot_cmd_end = .;
-       }
-
        . = ALIGN(4);
        .u_boot_list : {
                #include <u-boot.lst>