X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fa4m072%2Fa4m072.c;h=9485cfb0f70728fbc33af154597f6a17f0ab0039;hb=57ca432fb9f59cea48d8cde1dc1d5cc2f80993c7;hp=09a5a5183bf9e4e6fa91ab5c79a230f0638be338;hpb=90d8cff09918f1fdf15cdb4e6c55fb1712340710;p=u-boot diff --git a/board/a4m072/a4m072.c b/board/a4m072/a4m072.c index 09a5a5183b..9485cfb0f7 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