diff options
Diffstat (limited to 'board/freescale/mpc8568mds/tlb.c')
| -rw-r--r-- | board/freescale/mpc8568mds/tlb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/freescale/mpc8568mds/tlb.c b/board/freescale/mpc8568mds/tlb.c index a866c526c..75651765f 100644 --- a/board/freescale/mpc8568mds/tlb.c +++ b/board/freescale/mpc8568mds/tlb.c @@ -62,7 +62,7 @@ struct fsl_e_tlb_entry tlb_table[] = {  	/*  	 * TLBe 2:	1G	Non-cacheable, guarded  	 * 0x80000000	512M	PCI1 MEM -	 * 0xa0000000 	512M	PCIe MEM +	 * 0xa0000000	512M	PCIe MEM  	 */  	SET_TLB_ENTRY(1, CFG_PCI1_MEM_PHYS, CFG_PCI1_MEM_PHYS,  		      MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G, |