summaryrefslogtreecommitdiffstats
path: root/board/amcc
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
parent0e7d4916afaf83083b9b70ad779f29f7b57bd8ed (diff)
downloadblackbird-obmc-uboot-a65c5768e5537530bd1780af3d3fddc3113a163c.tar.gz
blackbird-obmc-uboot-a65c5768e5537530bd1780af3d3fddc3113a163c.zip
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')
-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 6b024eec40..5202ae694c 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)
OpenPOWER on IntegriCloud