diff options
Diffstat (limited to 'arch/sparc/lib')
| -rw-r--r-- | arch/sparc/lib/board.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/sparc/lib/board.c b/arch/sparc/lib/board.c index 770136b82..c0d260840 100644 --- a/arch/sparc/lib/board.c +++ b/arch/sparc/lib/board.c @@ -426,7 +426,7 @@ void hang(void)  {  	puts("### ERROR ### Please RESET the board ###\n");  #ifdef CONFIG_SHOW_BOOT_PROGRESS -	show_boot_error(BOOTSTAGE_ID_NEED_RESET); +	bootstage_error(BOOTSTAGE_ID_NEED_RESET);  #endif  	for (;;) ;  } |