]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m52277evb/u-boot.lds
Merge branch 'next'
[u-boot] / board / freescale / m52277evb / u-boot.lds
index 3e9f4c3460ed163cf9fe2df5bf3845a26c2c7252..dbd6f6ab201981987deaaa8e55fe172ed6832f3d 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 = .;