tty: Don't force RISCV SBI console as preferred console
[platform/kernel/linux-starfive.git] / drivers / tty / hvc / hvc_riscv_sbi.c
index 75155bd..31f53fa 100644 (file)
@@ -53,7 +53,6 @@ device_initcall(hvc_sbi_init);
 static int __init hvc_sbi_console_init(void)
 {
        hvc_instantiate(0, 0, &hvc_sbi_ops);
-       add_preferred_console("hvc", 0, NULL);
 
        return 0;
 }