]> git.sur5r.net Git - u-boot/blobdiff - board/ip860/u-boot.lds.debug
vf610: Add I2C support for Vybrid VF610 platform
[u-boot] / board / ip860 / u-boot.lds.debug
index 0c0bbb8f5dbe8cd85815cd8d10a7be300e95a77d..ecc9f26e08f0fd2c5b8ad688459c139477da0713 100644 (file)
@@ -107,9 +107,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 = .;
@@ -131,6 +133,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }