]> git.sur5r.net Git - u-boot/blobdiff - arch/sparc/lib/board.c
bootstage: Use show_boot_error() for -ve progress numbers
[u-boot] / arch / sparc / lib / board.c
index 519a4fbae7b0aaad3b85b4197384bdec603de6d4..fcbc666b49a75bd7e123267278ae03baa0427c67 100644 (file)
@@ -426,7 +426,7 @@ void hang(void)
 {
        puts("### ERROR ### Please RESET the board ###\n");
 #ifdef CONFIG_SHOW_BOOT_PROGRESS
-       show_boot_progress(-30);
+       show_boot_error(30);
 #endif
        for (;;) ;
 }