diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2009-07-08 11:42:19 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2009-07-11 09:03:41 +0900 |
commit | 04366d070a1a3f7affddf15aaaea87bcf44cdbb0 (patch) | |
tree | 500e791bcb1506198034d9c9a4c05751cd5fc275 /include/configs/r7780mp.h | |
parent | 74d9c16a681aa24bb4125191fe39dc7c75cde56a (diff) | |
download | u-boot-04366d070a1a3f7affddf15aaaea87bcf44cdbb0.zip u-boot-04366d070a1a3f7affddf15aaaea87bcf44cdbb0.tar.gz u-boot-04366d070a1a3f7affddf15aaaea87bcf44cdbb0.tar.bz2 |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 01b64e6..7738a17 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) |