]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/acadia/u-boot-nand.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / board / amcc / acadia / u-boot-nand.lds
index 9609338cd8e95865276c65f405b9149a095b075c..e9f026fb7e56b2da850105a411d9943fcb746248 100644 (file)
@@ -72,12 +72,9 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
 
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -101,6 +98,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }