]> git.sur5r.net Git - u-boot/blobdiff - board/RPXlite_dw/u-boot.lds.debug
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / RPXlite_dw / u-boot.lds.debug
index 4491edd944b57780c6a83f262a84d8403a2883b0..88c410cd9285b3c2c3c3119606911b07b2af2657 100644 (file)
@@ -106,9 +106,11 @@ SECTIONS
   _edata  =  .;
   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 = .;