]> git.sur5r.net Git - u-boot/blobdiff - board/esd/pmc440/u-boot-nand.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / esd / pmc440 / u-boot-nand.lds
index 38f5cc6ba3e7dd3da0b8a2dc10cdf5e6d9691bff..6a5cef6c8c8ad1f7deef16c11aa270ea12ab09be 100644 (file)
@@ -102,12 +102,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*)));
   }
 
   . = .;
@@ -132,6 +129,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }