aboutsummaryrefslogtreecommitdiff
path: root/include/configs/katmai.h
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 /include/configs/katmai.h
parent0e7d4916afaf83083b9b70ad779f29f7b57bd8ed (diff)
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 'include/configs/katmai.h')
-rw-r--r--include/configs/katmai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index 1606d0da1..7f55366ca 100644
--- a/include/configs/katmai.h
+++ b/include/configs/katmai.h
@@ -78,7 +78,7 @@
#define CONFIG_PCI_SYS_MEM_PHYS CFG_SDRAM_BASE
#define CONFIG_PCI_SYS_MEM_SIZE (1024 * 1024 * 1024)
-#define CFG_ACE_BASE 0xe0000000 /* Xilinx ACE controller - Compact Flash */
+#define CFG_ACE_BASE 0xfe000000 /* Xilinx ACE controller - Compact Flash */
/*-----------------------------------------------------------------------
* Initial RAM & stack pointer (placed in internal SRAM)