mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 23:01:36 +00:00
bootstage: get more BOOTSTAGE_ID* in show_boot_progress()
In case CONFIG_BOOTSTAGE is not defined, call from bootstage_mark_name() show_boot_progress(), so get more BOOTSTAGE_ID* ids in show_boot_progress() if CONFIG_BOOTSTAGE is not defined. Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@ti.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
78056717e3
commit
7f442e36f1
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ static inline ulong bootstage_error(enum bootstage_id id)
|
||||||
|
|
||||||
static inline ulong bootstage_mark_name(enum bootstage_id id, const char *name)
|
static inline ulong bootstage_mark_name(enum bootstage_id id, const char *name)
|
||||||
{
|
{
|
||||||
|
show_boot_progress(id);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue