]> 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 ca7df4592ea4d14075ada0d9e2a71a365474366c..6a5cef6c8c8ad1f7deef16c11aa270ea12ab09be 100644 (file)
@@ -104,7 +104,7 @@ SECTIONS
   . = .;
 
   .u_boot_list : {
-               #include <u-boot.lst>
+               KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -129,6 +129,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }