diff options
Diffstat (limited to 'lib_ppc')
| -rw-r--r-- | lib_ppc/board.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/lib_ppc/board.c b/lib_ppc/board.c index d7cee2b52..04a1b8bfa 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 (;;);  } |