diff options
author | Stefan Roese <sr@denx.de> | 2007-04-02 10:09:30 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-04-02 10:09:30 +0200 |
commit | a65c5768e5537530bd1780af3d3fddc3113a163c (patch) | |
tree | 05ede8a647b59739acd025ddd9744e1fd8fc6325 /include/configs/katmai.h | |
parent | 0e7d4916afaf83083b9b70ad779f29f7b57bd8ed (diff) | |
download | u-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 'include/configs/katmai.h')
-rw-r--r-- | include/configs/katmai.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h index 1606d0d..7f55366 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) |