]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m547xevb/u-boot.lds
mx6qsabrelite: search mii phy address 4-7
[u-boot] / board / freescale / m547xevb / u-boot.lds
index 5472689b5b45f6bffa706f13d44c4a408ad1037d..de4d0eb9077646eccf8a00157c11ed9aac1bf391 100644 (file)
@@ -66,9 +66,11 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
 
   . = .;
   __start___ex_table = .;