diff options
Diffstat (limited to 'src/occ_405/main.c')
-rwxr-xr-x | src/occ_405/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c index 85571a6..7023233 100755 --- a/src/occ_405/main.c +++ b/src/occ_405/main.c @@ -401,6 +401,7 @@ void create_tlb_entry(uint32_t address, uint32_t size) tlb_entry_size = PAGE_ALIGNED_SIZE(size); } +#if PPC405_MMU_SUPPORT // define DTLB for PGPE image header l_rc = ppc405_mmu_map( tlb_entry_address, @@ -410,6 +411,7 @@ void create_tlb_entry(uint32_t address, uint32_t size) TLBLO_I, //Read-only, Cache-inhibited NULL ); +#endif if(l_rc != SSX_OK) { |