aboutsummaryrefslogtreecommitdiff
path: root/board/a4m072
diff options
context:
space:
mode:
Diffstat (limited to 'board/a4m072')
-rw-r--r--board/a4m072/a4m072.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/a4m072/a4m072.c b/board/a4m072/a4m072.c
index 09a5a5183..9485cfb0f 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