diff options
| author | Stefan Roese <[email protected]> | 2007-04-02 10:09:30 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2007-04-02 10:09:30 +0200 |
| commit | a65c5768e5537530bd1780af3d3fddc3113a163c (patch) | |
| tree | 05ede8a647b59739acd025ddd9744e1fd8fc6325 /include | |
| parent | 0e7d4916afaf83083b9b70ad779f29f7b57bd8ed (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 <[email protected]>
Diffstat (limited to 'include')
| -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 1606d0da170..7f55366ca5b 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) |
