X-Git-Url: https://repo.jachan.dev/J-u-boot.git/blobdiff_plain/5ff55390ed80da2570fbeab51bdd2d2a43d4901a..770605e4f9874230728f5a592820c619b1565ebc:/board/hermes/hermes.c diff --git a/board/hermes/hermes.c b/board/hermes/hermes.c index 38bab03e382..a3bf4bbe4f5 100644 --- a/board/hermes/hermes.c +++ b/board/hermes/hermes.c @@ -27,7 +27,7 @@ #ifdef CONFIG_SHOW_BOOT_PROGRESS # include -# define SHOW_BOOT_PROGRESS(arg) show_boot_progress(arg) +# define SHOW_BOOT_PROGRESS(arg) bootstage_mark(arg) #else # define SHOW_BOOT_PROGRESS(arg) #endif