]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5253evbe/u-boot.lds
Refactor linker-generated arrays
[u-boot] / board / freescale / m5253evbe / u-boot.lds
index c4039edf432c3445c5811c941e2be606087bc072..7421eeca67cd02b2f199404be116f1829d1bc045 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 = .;