From: Magnus Damm Date: Wed, 6 Feb 2008 14:54:23 +0000 (+0900) Subject: sh: add sh7722 support to EARLY_SCIF_CONSOLE X-Git-Tag: v2.6.25-rc2~5^2~42 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=10a1debee11168c603e6d2e13f4c1da7c5bac64e;p=~emulex%2Finfiniband.git sh: add sh7722 support to EARLY_SCIF_CONSOLE This patch adds the base address of SCIF0 in the case of sh7722. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index f7c716166ce..ccfa0b23d36 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug @@ -30,6 +30,7 @@ config EARLY_SCIF_CONSOLE_PORT hex depends on EARLY_SCIF_CONSOLE default "0xffe00000" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7763 + default "0xffe00000" if CPU_SUBTYPE_SH7722 default "0xffea0000" if CPU_SUBTYPE_SH7785 default "0xfffe8000" if CPU_SUBTYPE_SH7203 default "0xfffe9800" if CPU_SUBTYPE_SH7206 || CPU_SUBTYPE_SH7263