diff options
author | Wolfgang Denk <wd@denx.de> | 2007-05-05 17:33:22 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-05-05 17:33:22 +0200 |
commit | 49db23d4529d8f925f1572dbf1226f319f912580 (patch) | |
tree | ae68bc5c19965211d8921b1613cae28ab2236440 /include/configs/MPC8540ADS.h | |
parent | 5499645b3fe17a548af9dfc479ca6e2455f179a2 (diff) | |
parent | ffa621a0d12a1ccd81c936c567f8917a213787a8 (diff) | |
download | u-boot-imx-49db23d4529d8f925f1572dbf1226f319f912580.zip u-boot-imx-49db23d4529d8f925f1572dbf1226f319f912580.tar.gz u-boot-imx-49db23d4529d8f925f1572dbf1226f319f912580.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx
Diffstat (limited to 'include/configs/MPC8540ADS.h')
-rw-r--r-- | include/configs/MPC8540ADS.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index 74a84f4..5aeea58 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -330,13 +330,12 @@ /* * General PCI - * Addresses are mapped 1-1. + * Memory space is mapped 1-1, but I/O space must start from 0. */ #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 0x0 +#define CFG_PCI1_IO_BASE 0x00000000 #define CFG_PCI1_IO_PHYS 0xe2000000 #define CFG_PCI1_IO_SIZE 0x100000 /* 1M */ |