diff options
author | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:45:41 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-08-09 13:50:48 -0500 |
commit | c88f9fe66b64247e5b6a38410ba315ca25596d16 (patch) | |
tree | 9b41c2435c11ad367f4ea54dbb3c77e7aeb0954b /include/configs/MPC8540ADS.h | |
parent | 97074ed9655309b64231bc2cee69fe85399f8055 (diff) | |
download | u-boot-imx-c88f9fe66b64247e5b6a38410ba315ca25596d16.zip u-boot-imx-c88f9fe66b64247e5b6a38410ba315ca25596d16.tar.gz u-boot-imx-c88f9fe66b64247e5b6a38410ba315ca25596d16.tar.bz2 |
* Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/MPC8540ADS.h')
-rw-r--r-- | include/configs/MPC8540ADS.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index d31a18b..81ee945 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -71,7 +71,7 @@ */ #ifndef CONFIG_SYS_CLK_FREQ -#define CONFIG_SYS_CLK_FREQ 33000000 +#define CONFIG_SYS_CLK_FREQ 66000000 #endif @@ -327,9 +327,10 @@ #define CFG_PCI1_MEM_BASE 0x80000000 #define CFG_PCI1_MEM_PHYS CFG_PCI1_MEM_BASE #define CFG_PCI1_MEM_SIZE 0x20000000 /* 512M */ -#define CFG_PCI1_IO_BASE 0xe2000000 -#define CFG_PCI1_IO_PHYS CFG_PCI1_IO_BASE -#define CFG_PCI1_IO_SIZE 0x1000000 /* 16M */ + +#define CFG_PCI1_IO_BASE 0x0 +#define CFG_PCI1_IO_PHYS 0xe2000000 +#define CFG_PCI1_IO_SIZE 0x100000 /* 1M */ #if defined(CONFIG_PCI) |