diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-08 12:02:01 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-08 12:02:01 -0500 |
commit | 335f7b1290ce24a729a9689a1db834c743226ca8 (patch) | |
tree | c423842792692c79e4aad476a1c89e6266f2c2bb /board/freescale/mpc8548cds/tlb.c | |
parent | 48f0e6bb376942414320a8a086a641c9f73d1745 (diff) | |
parent | 316f0d0f8f3cbeeefda043e69f3e4e6aa57f7f1d (diff) |
Merge git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/mpc8548cds/tlb.c')
-rw-r--r-- | board/freescale/mpc8548cds/tlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8548cds/tlb.c b/board/freescale/mpc8548cds/tlb.c index 363e043d06..571341ff68 100644 --- a/board/freescale/mpc8548cds/tlb.c +++ b/board/freescale/mpc8548cds/tlb.c @@ -48,7 +48,7 @@ struct fsl_e_tlb_entry tlb_table[] = { */ SET_TLB_ENTRY(1, CONFIG_SYS_LBC_SDRAM_BASE, CONFIG_SYS_LBC_SDRAM_BASE_PHYS, - MAS3_SX|MAS3_SW|MAS3_SR, 0, + MAS3_SX|MAS3_SW|MAS3_SR, MAS2_M, 0, 2, BOOKE_PAGESZ_64M, 1), /* |