]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/post.c
bootstage: Replace show_boot_progress/error() with bootstage_...()
[people/ms/u-boot.git] / post / post.c
index 9579a94b9b15ac479731818c5f60b2549470c44f..7c2bdf07803514d202bb30c1842ed23f02a33d53 100644 (file)
@@ -158,7 +158,7 @@ void post_output_backlog(void)
                                post_log("PASSED\n");
                        else {
                                post_log("FAILED\n");
-                               show_boot_error(BOOTSTAGE_ID_POST_FAIL_R);
+                               bootstage_error(BOOTSTAGE_ID_POST_FAIL_R);
                        }
                }
        }
@@ -295,7 +295,7 @@ static int post_run_single(struct post_test *test,
                } else {
                        if ((*test->test)(flags) != 0) {
                                post_log("FAILED\n");
-                               show_boot_error(BOOTSTAGE_ID_POST_FAIL_R);
+                               bootstage_error(BOOTSTAGE_ID_POST_FAIL_R);
                                show_post_progress(i, POST_AFTER, POST_FAILED);
                                if (test_flags & POST_CRITICAL)
                                        gd->flags |= GD_FLG_POSTFAIL;