Gitweb: http://git.kernel.org/linus/8b27fc6de184d66347e4aceeb5c0a4262732cc03 Commit: 8b27fc6de184d66347e4aceeb5c0a4262732cc03 Parent: 5d0e945a249c729caa69b3b0c6f19ba002c433b5 Author: Paul Mundt <lethal@linux-sh.org> AuthorDate: Tue Jun 16 03:58:25 2009 +0900 Committer: Paul Mundt <lethal@linux-sh.org> CommitDate: Tue Jun 16 03:58:25 2009 +0900 sh: Set EARLY_SCIF_CONSOLE_PORT sanely for SH7786. Signed-off-by: Paul Mundt <lethal@linux-sh.org> --- 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 8179cc9..8ece0b5 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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
