]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sixnet/u-boot.lds
Remove all the search paths from the .lds files.
[karo-tx-uboot.git] / board / sixnet / u-boot.lds
index 1513a8517d92dc7a4d13dde17ddc30a506cafd08..343c4d7e2f398ffa6aff345d67a7a79dd2b3e94e 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
@@ -118,7 +117,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)