]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/sequoia/u-boot-ram.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / amcc / sequoia / u-boot-ram.lds
index ba76a779206334f33bc1e1e2286c36cca46dbf47..1b537f6f407262d15c5ce4f25991730471942391 100644 (file)
@@ -64,10 +64,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 = .;
@@ -90,6 +90,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  _end = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }