MIPS: dbau1x00: remove custom u-boot.lds script
[oweals/u-boot.git] / board / qi / qi_lb60 / u-boot.lds
index 731765256964cd557face20409dee0edbc0a0910..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,11 @@ SECTIONS
 
        .sdata  : { *(.sdata*) }
 
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
 
        uboot_end_data = .;
        num_got_entries = (__got_end - __got_start) >> 2;