diff options
Diffstat (limited to 'board/a4m072/a4m072.c')
-rw-r--r-- | board/a4m072/a4m072.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/a4m072/a4m072.c b/board/a4m072/a4m072.c index 09a5a51..9485cfb 100644 --- a/board/a4m072/a4m072.c +++ b/board/a4m072/a4m072.c @@ -484,7 +484,7 @@ void show_boot_progress(int status) display_out_pos = 0; /* reset output position */ /* we want to flush status 15 now */ - if (status == 15) + if (status == BOOTSTAGE_ID_RUN_OS) display_flush(); } #endif |