]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/lib/board.c
bootstage: Replace show_boot_progress/error() with bootstage_...()
[u-boot] / arch / powerpc / lib / board.c
index dca3fd7d5a6f8a0ed9918240d095f544ab5f6570..d5b75e5fbd4b3fe2440e85889cb8cff02df93d13 100644 (file)
@@ -1064,7 +1064,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
 void hang(void)
 {
        puts("### ERROR ### Please RESET the board ###\n");
-       show_boot_error(BOOTSTAGE_ID_NEED_RESET);
+       bootstage_error(BOOTSTAGE_ID_NEED_RESET);
        for (;;)
                ;
 }