On Mon, Aug 5, 2013 at 8:00 AM, Heiko Schocher <h...@denx.de> wrote: > 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 <h...@denx.de> > Cc: Simon Glass <s...@chromium.org> > Cc: Tom Rini <tr...@ti.com> > Cc: Albert Aribaud <albert.u.b...@aribaud.net> >
Acked-by: Simon Glass <s...@chromium.org> > --- > include/bootstage.h | 1 + > 1 Datei geändert, 1 Zeile hinzugefügt(+) > > diff --git a/include/bootstage.h b/include/bootstage.h > index 25b4e07..87bf906 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; > } > > -- > 1.7.11.7 > >
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot