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