Skip to content

Commit 5dafc91

Browse files
Magnus Dammpmundt
Magnus Damm
authored andcommitted
sh: sh7785 early scif fix
This patch moves the SH4 case of EARLY_SCIF_CONSOLE_PORT so the SH7785 default value gets used. Without this patch the value for SH7785 is set to 0xffe80000. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
1 parent c51279e commit 5dafc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/sh/Kconfig.debug

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ config EARLY_SCIF_CONSOLE_PORT
3838
default "0xffe00000" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7763 || \
3939
CPU_SUBTYPE_SH7722 || CPU_SUBTYPE_SH7366 || \
4040
CPU_SUBTYPE_SH7343
41-
default "0xffe80000" if CPU_SH4
4241
default "0xffea0000" if CPU_SUBTYPE_SH7785
4342
default "0xfffe8000" if CPU_SUBTYPE_SH7203
4443
default "0xfffe9800" if CPU_SUBTYPE_SH7206 || CPU_SUBTYPE_SH7263
44+
default "0xffe80000" if CPU_SH4
4545
default "0x00000000"
4646

4747
config EARLY_PRINTK

0 commit comments

Comments
 (0)