]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5275evb/u-boot.lds
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
[u-boot] / board / freescale / m5275evb / u-boot.lds
index 43d65001b39b3131311da188f352fd2c112d0f1e..d810ebc144125673607600852238a2f6746a36e8 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 OUTPUT_ARCH(m68k)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);
 /* Do we need any of these for elf?
    __DYNAMIC = 0;    */
 SECTIONS
@@ -50,7 +49,7 @@ SECTIONS
   .rel.plt       : { *(.rel.plt)       }
   .rela.plt      : { *(.rela.plt)      }
   .init          : { *(.init)          }
-  .plt           : { *(.plt)           }
+  .plt           : { *(.plt)           }
   .text      :
   {
     /* WARNING - the following is hand-optimized to fit within */