]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m53017evb/u-boot.lds
Merge branch 'next'
[u-boot] / board / freescale / m53017evb / u-boot.lds
index 80935f28bf3e1eee712681e7a4eb4a9aa71ade4a..d25a36f6518763a4db6b9d09f9df235380ef2c12 100644 (file)
@@ -71,9 +71,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 = .;