summaryrefslogtreecommitdiffstats
path: root/include/configs/r7780mp.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-07-08 11:42:19 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-07-11 09:03:41 +0900
commit04366d070a1a3f7affddf15aaaea87bcf44cdbb0 (patch)
tree500e791bcb1506198034d9c9a4c05751cd5fc275 /include/configs/r7780mp.h
parent74d9c16a681aa24bb4125191fe39dc7c75cde56a (diff)
downloadblackbird-obmc-uboot-04366d070a1a3f7affddf15aaaea87bcf44cdbb0.tar.gz
blackbird-obmc-uboot-04366d070a1a3f7affddf15aaaea87bcf44cdbb0.zip
sh: Update pci config for Renesas r7780mp board
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/r7780mp.h')
-rw-r--r--include/configs/r7780mp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h
index 01b64e666d..7738a17b01 100644
--- a/include/configs/r7780mp.h
+++ b/include/configs/r7780mp.h
@@ -144,6 +144,9 @@
#define CONFIG_PCI_IO_BUS 0xFE200000 /* IO space base address */
#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS
#define CONFIG_PCI_IO_SIZE 0x00200000 /* Size of IO window */
+#define CONFIG_PCI_SYS_PHYS CONFIG_SYS_SDRAM_BASE
+#define CONFIG_PCI_SYS_BUS CONFIG_SYS_SDRAM_BASE
+#define CONFIG_PCI_SYS_SIZE CONFIG_SYS_SDRAM_SIZE
#endif /* CONFIG_CMD_PCI */
#if defined(CONFIG_CMD_NET)
OpenPOWER on IntegriCloud