]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m54451evb/u-boot.lds
Merge remote-tracking branch 'u-boot-ti/master'
[u-boot] / board / freescale / m54451evb / u-boot.lds
index 45924b751418b3fb0a10d10c3ed2f3992a637ba1..91328a4af66faca84e711392469fbb2ed331a1a9 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 = .;