diff options
Diffstat (limited to 'arch/powerpc/lib/board.c')
| -rw-r--r-- | arch/powerpc/lib/board.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c index 36cfe7d83..dca3fd7d5 100644 --- a/arch/powerpc/lib/board.c +++ b/arch/powerpc/lib/board.c @@ -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(30); +	show_boot_error(BOOTSTAGE_ID_NEED_RESET);  	for (;;)  		;  } |