]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/idmr/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / idmr / u-boot.lds
index f697ccd515dcba0b910a8fe7768aa467277d18c6..6d138313e2811e27196b2b61da1f5dfff01bd5f6 100644 (file)
@@ -65,9 +65,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*)));
+  }
 
   . = .;
   __start___ex_table = .;