]> git.sur5r.net Git - u-boot/blobdiff - board/nx823/u-boot.lds
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[u-boot] / board / nx823 / u-boot.lds
index fd4e8a50d543a62df0422cdb6c30af81e7cd8752..bd74d746a367f11dcb50339d9d4d57f83ea41e77 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*)));
+  }
 
 
   . = .;