]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5271evb/u-boot.lds
Merge branch 'master' of git://www.denx.de/git/u-boot-mmc
[u-boot] / board / freescale / m5271evb / u-boot.lds
index 4717036d50a8a15f58c0318b6df7ee0095c4e243..133ec01036b8a04d7be97551078aa6d2f3c6e801 100644 (file)
@@ -68,9 +68,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 = .;