]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_blackfin/post.c
Merge with git://www.denx.de/git/u-boot.git
[people/ms/u-boot.git] / lib_blackfin / post.c
index 0e76026adf10d7df0a72cc9b288368259fc4bd57..7c9478def5cb76903c70d5da95a2e05e001dfcfc 100644 (file)
@@ -132,9 +132,7 @@ void post_output_backlog(void)
                                post_log("PASSED\n");
                        else {
                                post_log("FAILED\n");
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-                               show_boot_progress(-31);
-#endif
+                               show_boot_progress (-31);
                        }
                }
        }
@@ -245,9 +243,7 @@ static int post_run_single(struct post_test *test,
                } else {
                        if ((*test->test) (flags) != 0) {
                                post_log("FAILED\n");
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-                               show_boot_progress(-32);
-#endif
+                               show_boot_progress (-32);
                        } else
                                post_log("PASSED\n");
                }