projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d9c16
)
sh: Update pci config for Renesas r7780mp board
author
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Wed, 8 Jul 2009 02:42:19 +0000
(11:42 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Sat, 11 Jul 2009 00:03:41 +0000
(09:03 +0900)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
include/configs/r7780mp.h
patch
|
blob
|
history
diff --git
a/include/configs/r7780mp.h
b/include/configs/r7780mp.h
index 01b64e666d815d1d28883f598a9e1518d4002658..7738a17b01f8bd411da642a336869f85598ddbb3 100644
(file)
--- 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)