]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/a4m072/a4m072.c
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
[karo-tx-uboot.git] / board / a4m072 / a4m072.c
index 09a5a5183bf9e4e6fa91ab5c79a230f0638be338..9485cfb0f70728fbc33af154597f6a17f0ab0039 100644 (file)
@@ -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