diff options
Diffstat (limited to 'drivers/video/console')
-rw-r--r-- | drivers/video/console/vgacon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index 915448ec75bf..c97491b8b39b 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c | |||
@@ -375,7 +375,8 @@ static const char *vgacon_startup(void) | |||
375 | u16 saved1, saved2; | 375 | u16 saved1, saved2; |
376 | volatile u16 *p; | 376 | volatile u16 *p; |
377 | 377 | ||
378 | if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB) { | 378 | if (screen_info.orig_video_isVGA == VIDEO_TYPE_VLFB || |
379 | screen_info.orig_video_isVGA == VIDEO_TYPE_EFI) { | ||
379 | no_vga: | 380 | no_vga: |
380 | #ifdef CONFIG_DUMMY_CONSOLE | 381 | #ifdef CONFIG_DUMMY_CONSOLE |
381 | conswitchp = &dummy_con; | 382 | conswitchp = &dummy_con; |