diff options
Diffstat (limited to 'board/gen860t')
-rw-r--r-- | board/gen860t/u-boot-flashenv.lds | 1 | ||||
-rw-r--r-- | board/gen860t/u-boot.lds | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/gen860t/u-boot-flashenv.lds b/board/gen860t/u-boot-flashenv.lds index 668aa0d..aa124f9 100644 --- a/board/gen860t/u-boot-flashenv.lds +++ b/board/gen860t/u-boot-flashenv.lds @@ -25,7 +25,6 @@ */ OUTPUT_ARCH(powerpc) -SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); SECTIONS { /* diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index 6dc1cdc..ce1ffe0 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/u-boot.lds @@ -24,7 +24,6 @@ */ OUTPUT_ARCH(powerpc) -SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); SECTIONS { /* |