summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/bootmode.c4
-rw-r--r--src/security/vboot/Kconfig1
2 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/bootmode.c b/src/lib/bootmode.c
index 2d5a7eb004..3cf77d6fd8 100644
--- a/src/lib/bootmode.c
+++ b/src/lib/bootmode.c
@@ -21,10 +21,6 @@ void gfx_set_init_done(int done)
int display_init_required(void)
{
- /* Need display for showing splash screen. */
- if (CONFIG(BMP_LOGO))
- return 1;
-
/* For vboot, honor VB2_CONTEXT_DISPLAY_INIT. */
if (CONFIG(VBOOT)) {
/* Must always select MUST_REQUEST_DISPLAY when using this
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig
index d42dc74c51..e30e8ee372 100644
--- a/src/security/vboot/Kconfig
+++ b/src/security/vboot/Kconfig
@@ -156,6 +156,7 @@ config VBOOT_MUST_REQUEST_DISPLAY
config VBOOT_ALWAYS_ENABLE_DISPLAY
bool "Force to always enable display"
+ default y if BMP_LOGO
default n
help
Set this option to indicate to vboot that display should always be enabled.