diff options
author | Yoshihiro Shimoda | 2009-02-25 14:26:42 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2009-03-12 23:58:30 +0900 |
commit | 06b18163b57e6b0349b0c299222d50e7b1e41e50 (patch) | |
tree | 3f1e3665b801ef1c945ecdac1b11c46f18f48cd2 /include | |
parent | 06e2735eb85cbea7cecb3c308d6d078b3651b22c (diff) |
sh: Add some register value configurable to PCI of SH7780
Some register value was hardcoded for System memory size 128MB and
memory offset 0x08000000. This patch fixed the problem.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/r7780mp.h | 3 | ||||
-rw-r--r-- | include/configs/sh7785lcr.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 72a3b5c8b1f..88eb56821f6 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -129,6 +129,9 @@ #define CONFIG_PCI #define CONFIG_SH4_PCI #define CONFIG_SH7780_PCI +#define CONFIG_SH7780_PCI_LSR 0x07f00001 +#define CONFIG_SH7780_PCI_LAR CONFIG_SYS_SDRAM_SIZE +#define CONFIG_SH7780_PCI_BAR CONFIG_SYS_SDRAM_SIZE #define CONFIG_PCI_PNP #define CONFIG_PCI_SCAN_SHOW 1 #define __io diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index b4361caf6ee..94c8d6b790c 100644 --- a/include/configs/sh7785lcr.h +++ b/include/configs/sh7785lcr.h @@ -133,6 +133,9 @@ #define CONFIG_PCI #define CONFIG_SH4_PCI #define CONFIG_SH7780_PCI +#define CONFIG_SH7780_PCI_LSR 0x07f00001 +#define CONFIG_SH7780_PCI_LAR CONFIG_SYS_SDRAM_SIZE +#define CONFIG_SH7780_PCI_BAR CONFIG_SYS_SDRAM_SIZE #define CONFIG_PCI_PNP #define CONFIG_PCI_SCAN_SHOW 1 |