]> git.sur5r.net Git - u-boot/blobdiff - board/netvia/u-boot.lds.debug
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / netvia / u-boot.lds.debug
index 6c7d698c9504b93fac9ccab84e69e28a19880f4b..3243fc0f36cc1c460b0865c2fad9f53bc74b188b 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 = .;