summaryrefslogtreecommitdiffstats
path: root/include/configs/XPEDITE5200.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-10-22 00:20:22 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-10-22 02:17:02 -0500
commit9660c5de74aae900077c3769d7d18b39a124d9d5 (patch)
treeaacf55f23fae492e82107417ceb738cb14d61ea3 /include/configs/XPEDITE5200.h
parent4c66447ae77e52edd5d9df33bd8a3457860713b8 (diff)
downloadtalos-obmc-uboot-9660c5de74aae900077c3769d7d18b39a124d9d5.tar.gz
talos-obmc-uboot-9660c5de74aae900077c3769d7d18b39a124d9d5.zip
xes: Use common PCI initialization code
Common Freescale code for PCI initialization now exists, so migrate X-ES boards to use it. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/XPEDITE5200.h')
-rw-r--r--include/configs/XPEDITE5200.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/XPEDITE5200.h b/include/configs/XPEDITE5200.h
index d0e9492b4e..db03777a79 100644
--- a/include/configs/XPEDITE5200.h
+++ b/include/configs/XPEDITE5200.h
@@ -268,10 +268,10 @@
* General PCI
* Memory space is mapped 1-1, but I/O space must start from 0.
*/
-#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
-#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
+#define CONFIG_SYS_PCI1_MEM_BUS 0x80000000
+#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BUS
#define CONFIG_SYS_PCI1_MEM_SIZE 0x40000000 /* 1G */
-#define CONFIG_SYS_PCI1_IO_BASE 0x00000000
+#define CONFIG_SYS_PCI1_IO_BUS 0x00000000
#define CONFIG_SYS_PCI1_IO_PHYS 0xe8000000
#define CONFIG_SYS_PCI1_IO_SIZE 0x00800000 /* 1M */
OpenPOWER on IntegriCloud