diff options
Diffstat (limited to 'cpu/mpc85xx/tlb.c')
| -rw-r--r-- | cpu/mpc85xx/tlb.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/cpu/mpc85xx/tlb.c b/cpu/mpc85xx/tlb.c index 44e80b1b7..6e94c237a 100644 --- a/cpu/mpc85xx/tlb.c +++ b/cpu/mpc85xx/tlb.c @@ -55,6 +55,7 @@ void init_tlbs(void)  	return ;  } +#ifndef CONFIG_NAND_SPL  void set_tlb(u8 tlb, u32 epn, u64 rpn,  	     u8 perms, u8 wimge,  	     u8 ts, u8 esel, u8 tsize, u8 iprot) @@ -209,3 +210,4 @@ unsigned int setup_ddr_tlbs(unsigned int memsize_in_meg)  	 */  	return memsize_in_meg;  } +#endif /* !CONFIG_NAND_SPL */ |