aboutsummaryrefslogtreecommitdiff
path: root/src/lib/fallback_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/fallback_boot.c')
-rw-r--r--src/lib/fallback_boot.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/fallback_boot.c b/src/lib/fallback_boot.c
index 59476fdf2a..b969b6b5cf 100644
--- a/src/lib/fallback_boot.c
+++ b/src/lib/fallback_boot.c
@@ -30,6 +30,11 @@ void set_boot_successful(void)
void boot_successful(void)
{
+#if defined(CONFIG_BOOTSPLASH) && CONFIG_BOOTSPLASH && !CONFIG_COREBOOT_KEEP_FRAMEBUFFER
+ void vbe_textmode_console(void);
+
+ vbe_textmode_console();
+#endif
/* Remember this was a successful boot */
set_boot_successful();