]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/canyonlands/u-boot-nand.lds
Merge branch 'master' of git://git.denx.de/u-boot-usb
[u-boot] / board / amcc / canyonlands / u-boot-nand.lds
index 8ac5116296020be60075de4bff84b8ced9eb3b98..3d616133d03bd625fb6d5b4c7b9bc0a3337b150a 100644 (file)
@@ -75,7 +75,7 @@ SECTIONS
   . = .;
 
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
   . = .;
@@ -99,6 +99,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }