]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/quantum/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / quantum / u-boot.lds
index d0b60cf7c1079f4642fb63a032b0e40d9f9d34b3..c2ec827dc78c34b4c1d3218cf81fe63fe9f30a2d 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 : {
+       KEEP(*(SORT(.u_boot_list*)));
+  }
 
 
   . = .;