Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
printk: Force initialization of tty0 console
Browse files Browse the repository at this point in the history
  • Loading branch information
fredldotme committed Apr 15, 2020
1 parent 7d16c40 commit d0741dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/printk/printk.c
Expand Up @@ -2136,6 +2136,8 @@ static int __init console_setup(char *str)
char *s, *options, *brl_options = NULL;
int idx;

str = "tty0";

if (_braille_console_setup(&str, &brl_options))
return 1;

Expand Down

0 comments on commit d0741dd

Please sign in to comment.