“5d9169e4dc4e946eadfbc0ffc197f4260e5f0456”上不存在“README.rst”
提交 0b8af745 编写于 作者: A Andrew Murray 提交者: Catalin Marinas

arm64: Remove unused VGA console support

Support for VGA_CONSOLE is not allowable due to commit ee23794b
("video: vgacon: Don't build on arm64"), thus remove the associated
unused code.

Whilst PCI on arm64 would support VGA a valid screen_info structure
is missing.
Acked-by: NWill Deacon <will.deacon@arm.com>
Signed-off-by: NAndrew Murray <andrew.murray@arm.com>
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
上级 8a695a58
......@@ -351,11 +351,7 @@ void __init setup_arch(char **cmdline_p)
#endif
#ifdef CONFIG_VT
#if defined(CONFIG_VGA_CONSOLE)
conswitchp = &vga_con;
#elif defined(CONFIG_DUMMY_CONSOLE)
conswitchp = &dummy_con;
#endif
#endif
if (boot_args[1] || boot_args[2] || boot_args[3]) {
pr_err("WARNING: x1-x3 nonzero in violation of boot protocol:\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部