diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 19:53:39 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 19:53:39 -0600 |
commit | b443f7b628bf9e9ba9cd93589c1fea8b908edd22 (patch) | |
tree | 793245b970d33b892d251558e494c236e5dd842e /include/configs/MPC8349ADS.h | |
parent | 06508f1c9b35ed16f42b3dfe99f9b1182b4ec82e (diff) | |
parent | 86902b8e36f86c8675be6b759c2a8ced50805f64 (diff) | |
download | u-boot-imx-b443f7b628bf9e9ba9cd93589c1fea8b908edd22.zip u-boot-imx-b443f7b628bf9e9ba9cd93589c1fea8b908edd22.tar.gz u-boot-imx-b443f7b628bf9e9ba9cd93589c1fea8b908edd22.tar.bz2 |
Merge branch 'mpc8349ads'
Diffstat (limited to 'include/configs/MPC8349ADS.h')
-rw-r--r-- | include/configs/MPC8349ADS.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/MPC8349ADS.h b/include/configs/MPC8349ADS.h index ab7c890..d273fce 100644 --- a/include/configs/MPC8349ADS.h +++ b/include/configs/MPC8349ADS.h @@ -332,7 +332,7 @@ #define CFG_PCI1_MMIO_SIZE 0x10000000 /* 256M */ #define CFG_PCI1_IO_BASE 0x00000000 #define CFG_PCI1_IO_PHYS 0xe2000000 -#define CFG_PCI1_IO_SIZE 0x1000000 /* 16M */ +#define CFG_PCI1_IO_SIZE 0x00100000 /* 1M */ #define CFG_PCI2_MEM_BASE 0xa0000000 #define CFG_PCI2_MEM_PHYS CFG_PCI2_MEM_BASE @@ -341,8 +341,8 @@ #define CFG_PCI2_MMIO_PHYS CFG_PCI2_MMIO_BASE #define CFG_PCI2_MMIO_SIZE 0x10000000 /* 256M */ #define CFG_PCI2_IO_BASE 0x00000000 -#define CFG_PCI2_IO_PHYS 0xe3000000 -#define CFG_PCI2_IO_SIZE 0x1000000 /* 16M */ +#define CFG_PCI2_IO_PHYS 0xe2100000 +#define CFG_PCI2_IO_SIZE 0x00100000 /* 1M */ #if defined(CONFIG_PCI) #define PCI_ALL_PCI1 |