]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cogent/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / cogent / u-boot.lds
index 2393d8d8af67d02e351d843cd2f31483048561d0..357f59da7ed53806d8890ed88c1f6bf08a8e9cc3 100644 (file)
@@ -70,9 +70,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*)));
+  }
 
 
   . = .;