]> git.sur5r.net Git - u-boot/blobdiff - board/nx823/u-boot.lds
Merge branch 'master' of /home/wd/git/u-boot/lwmon5
[u-boot] / board / nx823 / u-boot.lds
index 7099fc40de6fe2d54e167a363011f38bba0791c5..94ab7457f978cb8f8b5c9d225ab0537f84562fc8 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 OUTPUT_ARCH(powerpc)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
 /* Do we need any of these for elf?
    __DYNAMIC = 0;    */
 SECTIONS
@@ -119,7 +118,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)