]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/acadia/u-boot-nand.lds
mx23evk: Do not set voltage selection bit for SSP pads
[u-boot] / board / amcc / acadia / u-boot-nand.lds
index ab67de2f76de392ed709a7c72e1f609252bf459a..e9f026fb7e56b2da850105a411d9943fcb746248 100644 (file)
@@ -72,10 +72,10 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
 
+  .u_boot_list : {
+       KEEP(*(SORT(.u_boot_list*)));
+  }
 
   . = .;
   __start___ex_table = .;
@@ -98,6 +98,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }