Merge branch 'master' of git://git.denx.de/u-boot into resolve
[oweals/u-boot.git] / board / freescale / m5235evb / u-boot.lds
index d39e7348b3a46de549b853f1c464515024809c41..00932ae68de2bdb276fffc052b6cbfa416bc1745 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 = .;