diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2009-02-25 14:26:55 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2009-03-12 23:58:30 +0900 |
commit | b3061b40db691245a7bb9a55354b4edacbf3902d (patch) | |
tree | f8a147dbe14d08ba130851297219d3bb049f40e5 /include/configs | |
parent | 6d84ae3956a6cd7aebd86f661130752594e60124 (diff) | |
download | u-boot-imx-b3061b40db691245a7bb9a55354b4edacbf3902d.zip u-boot-imx-b3061b40db691245a7bb9a55354b4edacbf3902d.tar.gz u-boot-imx-b3061b40db691245a7bb9a55354b4edacbf3902d.tar.bz2 |
sh: Add value for PCI system memory registration of sh7785lcr
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sh7785lcr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index 537ec4e..b4361ca 100644 --- a/include/configs/sh7785lcr.h +++ b/include/configs/sh7785lcr.h @@ -144,6 +144,10 @@ #define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS #define CONFIG_PCI_IO_SIZE 0x00200000 /* Size of IO window */ +#define CONFIG_PCI_SYS_BUS CONFIG_SYS_SDRAM_BASE +#define CONFIG_PCI_SYS_PHYS CONFIG_SYS_SDRAM_BASE +#define CONFIG_PCI_SYS_SIZE CONFIG_SYS_SDRAM_SIZE + /* Network device (RTL8169) support */ #define CONFIG_NET_MULTI #define CONFIG_RTL8169 |