From: Heiko Schocher Date: Mon, 5 Aug 2013 14:00:36 +0000 (+0200) Subject: bootstage: get more BOOTSTAGE_ID* in show_boot_progress() X-Git-Tag: v2013.10-rc1~22^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f442e36f15789eb4924222f8922c924215d4c6c;p=oweals%2Fu-boot.git 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 Cc: Simon Glass Cc: Tom Rini Cc: Albert Aribaud Acked-by: Simon Glass --- diff --git a/include/bootstage.h b/include/bootstage.h index 25b4e07c7e..87bf906b26 100644 --- a/include/bootstage.h +++ b/include/bootstage.h @@ -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) { + show_boot_progress(id); return 0; }