]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m54455evb/u-boot.lds
powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board
[u-boot] / board / freescale / m54455evb / u-boot.lds
index f3414493469bb7b378c359a966d73e050b727a72..36a4c264b9255f54793b36a2e11b95141aa58f15 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 = .;