diff options
| author | Simon Glass <sjg@chromium.org> | 2011-12-10 11:07:58 +0000 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2012-03-18 21:16:22 +0100 |
| commit | 8ade95063815d8ffca7cededa6c40cddec857d38 (patch) | |
| tree | 824dbabdbbb3687580df631f026af187c9c1e362 /arch/sparc | |
| parent | 5e41088364582b6435f6d7a6e6d7a36f3fa94701 (diff) | |
| download | olio-uboot-2014.01-8ade95063815d8ffca7cededa6c40cddec857d38.tar.xz olio-uboot-2014.01-8ade95063815d8ffca7cededa6c40cddec857d38.zip | |
bootstage: Convert progress numbers 20-41 to enums
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sparc')
| -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 fcbc666b4..770136b82 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(30); + show_boot_error(BOOTSTAGE_ID_NEED_RESET); #endif for (;;) ; } |