提交 bfbedf78 编写于 作者: M Magnus Damm 提交者: Paul Mundt

sh: early printk port type fix

Add PORT_SCIF to unbreak the early printk code.
Signed-off-by: NMagnus Damm <damm@igel.co.jp>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 bff4056c
...@@ -75,6 +75,7 @@ static struct console bios_console = { ...@@ -75,6 +75,7 @@ static struct console bios_console = {
#endif #endif
static struct uart_port scif_port = { static struct uart_port scif_port = {
.type = PORT_SCIF,
.mapbase = CONFIG_EARLY_SCIF_CONSOLE_PORT, .mapbase = CONFIG_EARLY_SCIF_CONSOLE_PORT,
.membase = (char __iomem *)CONFIG_EARLY_SCIF_CONSOLE_PORT, .membase = (char __iomem *)CONFIG_EARLY_SCIF_CONSOLE_PORT,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册