]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/nx823/u-boot.lds
Merge remote-tracking branch 'u-boot-imx/master'
[karo-tx-uboot.git] / board / nx823 / 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>
+  }
 
 
   . = .;