Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb47170_bootup_blanking' into 'master'
Trigger extra blanking delay during bootup

See merge request mer-core/mce!126
  • Loading branch information
spiiroin committed Sep 11, 2019
2 parents 621aecd + 04d806c commit 640e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/display.c
Expand Up @@ -5012,7 +5012,7 @@ static bool mdy_blanking_afterboot_delay_start_p(void)
bool start = false;

/* Bootup has not yet finished */
if( mdy_init_done != TRISTATE_TRUE )
if( mdy_init_done == TRISTATE_TRUE )
goto DONE;

/* We are booting to USER mode */
Expand Down

0 comments on commit 640e8d9

Please sign in to comment.