mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
bootstage: Replace show_boot_progress/error() with bootstage_...()
These calls should not be made directly any more, since bootstage will call the show_boot_...() functions as needed. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Wolfgang Denk

parent
5ff55390ed
commit
770605e4f9
@ -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 (;;) ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user