summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8536ds/tlb.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc8536ds/tlb.c')
-rw-r--r--board/freescale/mpc8536ds/tlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8536ds/tlb.c b/board/freescale/mpc8536ds/tlb.c
index 7ccc15023b..ebf41ce4fd 100644
--- a/board/freescale/mpc8536ds/tlb.c
+++ b/board/freescale/mpc8536ds/tlb.c
@@ -54,7 +54,7 @@ struct fsl_e_tlb_entry tlb_table[] = {
/* W**G* - Flash/promjet, localbus */
/* This will be changed to *I*G* after relocation to RAM. */
SET_TLB_ENTRY(1, CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE,
- MAS3_SX|MAS3_SW|MAS3_SR, MAS2_W|MAS2_G,
+ MAS3_SX|MAS3_SR, MAS2_W|MAS2_G,
0, 1, BOOKE_PAGESZ_256M, 1),
/* *I*G* - PCI */
OpenPOWER on IntegriCloud