Commit 8d797cd1 authored by Paul Mundt's avatar Paul Mundt

sh: Plug in SH-X3 SCIF0 for sercon earlyprintk.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6d64d425
...@@ -28,13 +28,15 @@ config EARLY_SCIF_CONSOLE ...@@ -28,13 +28,15 @@ config EARLY_SCIF_CONSOLE
serial I/O. serial I/O.
config EARLY_SCIF_CONSOLE_PORT config EARLY_SCIF_CONSOLE_PORT
hex "SCIF port for early console" hex
depends on EARLY_SCIF_CONSOLE depends on EARLY_SCIF_CONSOLE
default "0xffe00000" if CPU_SUBTYPE_SH7780 default "0xffe00000" if CPU_SUBTYPE_SH7780
default "0xfffe9800" if CPU_SUBTYPE_SH7206 default "0xfffe9800" if CPU_SUBTYPE_SH7206
default "0xf8420000" if CPU_SUBTYPE_SH7619 default "0xf8420000" if CPU_SUBTYPE_SH7619
default "0xa4400000" if CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7705 default "0xa4400000" if CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7705
default "0xffc30000" if CPU_SUBTYPE_SHX3
default "0xffe80000" if CPU_SH4 default "0xffe80000" if CPU_SH4
default "0x00000000"
config EARLY_PRINTK config EARLY_PRINTK
bool "Early printk support" bool "Early printk support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment