diff options
author | Rafael Ignacio Zurita <rizurita@yahoo.com> | 2009-08-04 01:38:08 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 01:38:08 -0400 |
commit | 05aa7882757f68af799140142ec44f83b2df4298 (patch) | |
tree | 5670fffc8064428ff2b021463f3a5a75c4c5e738 /arch/sh/Kconfig.debug | |
parent | fdeb076f20df14b1c7f2817362172548d146b121 (diff) |
sh: Add early printk support for SH770x CPUs.
This adds early printk support for SH770x (tested on SH7709 based hp6xx).
Signed-off-by: Rafael Ignacio Zurita <rizurita@yahoo.com>
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 a6dce41296e7..763b792b1611 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug | |||
@@ -43,6 +43,7 @@ config EARLY_SCIF_CONSOLE_PORT | |||
43 | default "0xfffe8000" if CPU_SUBTYPE_SH7203 | 43 | default "0xfffe8000" if CPU_SUBTYPE_SH7203 |
44 | default "0xfffe9800" if CPU_SUBTYPE_SH7206 || CPU_SUBTYPE_SH7263 | 44 | default "0xfffe9800" if CPU_SUBTYPE_SH7206 || CPU_SUBTYPE_SH7263 |
45 | default "0xffe80000" if CPU_SH4 | 45 | default "0xffe80000" if CPU_SH4 |
46 | default "0xa4000150" if CPU_SH3 | ||
46 | default "0x00000000" | 47 | default "0x00000000" |
47 | 48 | ||
48 | config EARLY_PRINTK | 49 | config EARLY_PRINTK |