common: Provide DIV_ROUND_CLOSEST macro
[platform/kernel/u-boot.git] / include / bootstage.h
index 25b4e07..87bf906 100644 (file)
@@ -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;
 }