]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/hermes/hermes.c
bootstage: Replace show_boot_progress/error() with bootstage_...()
[karo-tx-uboot.git] / board / hermes / hermes.c
index 38bab03e382541c3e4676a70d0b072485d874c9e..a3bf4bbe4f50da060d0b2f38a77f0d6632543c6c 100644 (file)
@@ -27,7 +27,7 @@
 
 #ifdef CONFIG_SHOW_BOOT_PROGRESS
 # include <status_led.h>
-# define SHOW_BOOT_PROGRESS(arg)       show_boot_progress(arg)
+# define SHOW_BOOT_PROGRESS(arg)       bootstage_mark(arg)
 #else
 # define SHOW_BOOT_PROGRESS(arg)
 #endif