Merge branch 'master' of git://www.denx.de/git/u-boot-net
[oweals/u-boot.git] / board / mpl / mip405 / u-boot.lds
index dceb3906349a7cd8469fa50ff05a681cf7f27c3d..ffdf467305385935919bffdfe30a4ef8aff4cf8c 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
@@ -145,7 +144,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)