]> git.sur5r.net Git - u-boot/blobdiff - board/eltec/mhpc/u-boot.lds
Merge git://git.denx.de/u-boot
[u-boot] / board / eltec / mhpc / u-boot.lds
index fd4e8a50d543a62df0422cdb6c30af81e7cd8752..c8d38942c96d46216896859e59b2f6a408d1b34a 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>
+  }
 
 
   . = .;