summaryrefslogtreecommitdiffstats
path: root/lib_ppc/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_ppc/board.c')
-rw-r--r--lib_ppc/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index d7cee2b521..04a1b8bfa5 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -1011,6 +1011,9 @@ void board_init_r (gd_t *id, ulong dest_addr)
void hang (void)
{
puts ("### ERROR ### Please RESET the board ###\n");
+#ifdef CONFIG_SHOW_BOOT_PROGRESS
+ show_boot_progress(-30);
+#endif
for (;;);
}
OpenPOWER on IntegriCloud