diff options
Diffstat (limited to 'board/sbc8560')
-rw-r--r-- | board/sbc8560/tlb.c | 2 | ||||
-rw-r--r-- | board/sbc8560/u-boot.lds | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/board/sbc8560/tlb.c b/board/sbc8560/tlb.c index 155ff64bbb..d073399606 100644 --- a/board/sbc8560/tlb.c +++ b/board/sbc8560/tlb.c @@ -28,7 +28,7 @@ struct fsl_e_tlb_entry tlb_table[] = { /* TLB for CCSRBAR (IMMR) */ - SET_TLB_ENTRY(1, CFG_CCSRBAR, CFG_CCSRBAR, + SET_TLB_ENTRY(1, CFG_CCSRBAR, CFG_CCSRBAR_PHYS, MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G, 0, 1, BOOKE_PAGESZ_1M, 1), diff --git a/board/sbc8560/u-boot.lds b/board/sbc8560/u-boot.lds index f3dbf26a48..4b31797d74 100644 --- a/board/sbc8560/u-boot.lds +++ b/board/sbc8560/u-boot.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); /* Do we need any of these for elf? __DYNAMIC = 0; */ SECTIONS |