]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/ebony/u-boot.lds
Remove all the search paths from the .lds files.
[u-boot] / board / amcc / ebony / u-boot.lds
index e32b030692468c56b1baa49bed23adc139ee2e02..557cae73acb4fd7e395244aa0ef1bd36a115d946 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)