MIPS: dbau1x00: remove custom u-boot.lds script
[oweals/u-boot.git] / board / qi / qi_lb60 / u-boot.lds
index 4a373ec1389734a81b61e7b3e8344749a2c00e1f..d074a279c6c5749083bd4008ee85c076b22194a3 100644 (file)
@@ -18,8 +18,6 @@
  * MA 02111-1307 USA
  */
 
-OUTPUT_FORMAT("elf32-tradlittlemips", "elf32-tradlittlemips", "elf32-tradlittlemips")
-
 OUTPUT_ARCH(mips)
 ENTRY(_start)
 SECTIONS
@@ -47,9 +45,6 @@ SECTIONS
 
        .sdata  : { *(.sdata*) }
 
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
 
        . = ALIGN(4);
        .u_boot_list : {