diff options
Diffstat (limited to 'src/lib/bootmode.c')
-rw-r--r-- | src/lib/bootmode.c | 4 |
1 files changed, 0 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 |