diff options
author | Wolfgang Denk <wd@denx.de> | 2008-11-25 11:47:41 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-11-25 11:47:41 +0100 |
commit | 06efc122a0dc47e704aa6c8e266d2663fee3977b (patch) | |
tree | 2ec94526396cbc4b8ddee78649bd27d78d132bca /board/amcc/canyonlands | |
parent | 95d4b70d50f8e426062bf9b7613829325cf779ad (diff) | |
parent | 89295028e7d8f7a524f485328279d72fdb102385 (diff) | |
download | u-boot-imx-06efc122a0dc47e704aa6c8e266d2663fee3977b.zip u-boot-imx-06efc122a0dc47e704aa6c8e266d2663fee3977b.tar.gz u-boot-imx-06efc122a0dc47e704aa6c8e266d2663fee3977b.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'board/amcc/canyonlands')
-rw-r--r-- | board/amcc/canyonlands/init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/canyonlands/init.S b/board/amcc/canyonlands/init.S index 51b46d7..0b66796 100644 --- a/board/amcc/canyonlands/init.S +++ b/board/amcc/canyonlands/init.S @@ -89,7 +89,7 @@ tlbtab: #endif /* TLB-entry for OCM */ - tlbentry(CONFIG_SYS_OCM_BASE, SZ_16K, 0x00040000, 4, AC_R|AC_W|AC_X|SA_I) + tlbentry(CONFIG_SYS_OCM_BASE, SZ_1M, 0x00000000, 4, AC_R|AC_W|AC_X|SA_I) /* TLB-entry for Local Configuration registers => peripherals */ tlbentry(CONFIG_SYS_LOCAL_CONF_REGS, SZ_16M, CONFIG_SYS_LOCAL_CONF_REGS, 4, AC_R|AC_W|AC_X|SA_G|SA_I) |