summaryrefslogtreecommitdiff
path: root/board/amcc/katmai/init.S
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-04-02 10:09:30 +0200
committerStefan Roese <sr@denx.de>2007-04-02 10:09:30 +0200
commita65c5768e5537530bd1780af3d3fddc3113a163c (patch)
tree05ede8a647b59739acd025ddd9744e1fd8fc6325 /board/amcc/katmai/init.S
parent0e7d4916afaf83083b9b70ad779f29f7b57bd8ed (diff)
downloadu-boot-imx-a65c5768e5537530bd1780af3d3fddc3113a163c.zip
u-boot-imx-a65c5768e5537530bd1780af3d3fddc3113a163c.tar.gz
u-boot-imx-a65c5768e5537530bd1780af3d3fddc3113a163c.tar.bz2
ppc4xx: Change SysACE address on Katmai
With this new base address of the Xilinx SystemACE controller the Linux driver will be easier to adapt, since it can now be mapped via the "normal" ioremap() call. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/katmai/init.S')
-rw-r--r--board/amcc/katmai/init.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/katmai/init.S b/board/amcc/katmai/init.S
index 6b024ee..5202ae6 100644
--- a/board/amcc/katmai/init.S
+++ b/board/amcc/katmai/init.S
@@ -103,7 +103,7 @@ tlbtabB:
tlbentry(CFG_PERIPHERAL_BASE, SZ_4K, 0xF0000000, 4, AC_R|AC_W|SA_G|SA_I)
- tlbentry(CFG_ACE_BASE, SZ_1K, 0xE0000000, 4,AC_R|AC_W|SA_G|SA_I)
+ tlbentry(CFG_ACE_BASE, SZ_1K, CFG_ACE_BASE, 4,AC_R|AC_W|SA_G|SA_I)
tlbentry(CFG_PCI_BASE, SZ_256M, 0x00000000, 0xC, AC_R|AC_W|SA_G|SA_I)
tlbentry(CFG_PCI_MEMBASE, SZ_256M, 0x10000000, 0xC, AC_R|AC_W|SA_G|SA_I)