]> git.sur5r.net Git - u-boot/blobdiff - board/spc1920/u-boot.lds
AT91SAM9RLEK support
[u-boot] / board / spc1920 / u-boot.lds
index d526d1d07d3163413ee4157cc1a358ff5cddeb13..7ab29ef0f8a39601fe9ac700a83693f6e8c9ba2a 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)