X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fbootstage.h;h=87bf906b263e09a8a25527f7238cbb6352de953d;hb=1e3d64031608d668509b6fe0825f7708bb6b6a0d;hp=25b4e07c7e77519737724e56d8f26f63dd209fd1;hpb=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c;p=u-boot 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; }