aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Murray <[email protected]>2018-09-13 12:56:40 +0100
committerCatalin Marinas <[email protected]>2018-09-21 12:12:24 +0100
commit0b8af74549c2f985bfc3d2a983961b2a66882890 (patch)
treed1156e0cbe2e4447c23aa693a7acb908bc004795
parent8a695a5873339c2e7c746ee51e3774fedd07d0a9 (diff)
arm64: Remove unused VGA console support
Support for VGA_CONSOLE is not allowable due to commit ee23794b8668 ("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: Will Deacon <[email protected]> Signed-off-by: Andrew Murray <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
-rw-r--r--arch/arm64/kernel/setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
index 5b4fac434c84..95670a1eafb0 100644
--- a/arch/arm64/kernel/setup.c
+++ b/arch/arm64/kernel/setup.c
@@ -351,12 +351,8 @@ 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"
"\tx1: %016llx\n\tx2: %016llx\n\tx3: %016llx\n"