diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-16 03:58:25 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-16 03:58:25 +0900 |
commit | 8b27fc6de184d66347e4aceeb5c0a4262732cc03 (patch) | |
tree | a18541df821e940f6f649eb6685be9015c71bc6a /arch/sh/Kconfig.debug | |
parent | 5d0e945a249c729caa69b3b0c6f19ba002c433b5 (diff) |
sh: Set EARLY_SCIF_CONSOLE_PORT sanely for SH7786.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig.debug')
-rw-r--r-- | arch/sh/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 8179cc9be9a4..8ece0b5bd028 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug @@ -39,6 +39,7 @@ config EARLY_SCIF_CONSOLE_PORT CPU_SUBTYPE_SH7722 || CPU_SUBTYPE_SH7366 || \ CPU_SUBTYPE_SH7343 default "0xffea0000" if CPU_SUBTYPE_SH7785 + default "0xffeb0000" if CPU_SUBTYPE_SH7786 default "0xfffe8000" if CPU_SUBTYPE_SH7203 default "0xfffe9800" if CPU_SUBTYPE_SH7206 || CPU_SUBTYPE_SH7263 default "0xffe80000" if CPU_SH4 |