]> git.sur5r.net Git - u-boot/blobdiff - board/RRvision/u-boot.lds
Remove all the search paths from the .lds files.
[u-boot] / board / RRvision / u-boot.lds
index 1d6288fea6158f9a2f2c4ddf2cfc62f57e2c976b..854912e0f654a7505e6498f595397215e7f13b2c 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
@@ -132,7 +131,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)