Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfbedf78 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: early printk port type fix



Add PORT_SCIF to unbreak the early printk code.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent bff4056c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ static struct console bios_console = {
#endif

static struct uart_port scif_port = {
	.type		= PORT_SCIF,
	.mapbase	= CONFIG_EARLY_SCIF_CONSOLE_PORT,
	.membase	= (char __iomem *)CONFIG_EARLY_SCIF_CONSOLE_PORT,
};