]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5235evb/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / freescale / m5235evb / u-boot.lds
index d39e7348b3a46de549b853f1c464515024809c41..603858bc0cabd8086649004f6983eec5f25d9272 100644 (file)
@@ -68,9 +68,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 = .;