make show_boot_progress () weak.
[oweals/u-boot.git] / include / common.h
index d8b6b469e5f6cd57e2b5c40f7368730be2941ef8..23f93907ee41f94b2be84d456fc2d150f007803b 100644 (file)
@@ -626,9 +626,13 @@ int        fgetc(int file);
 
 int    pcmcia_init (void);
 
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-void   show_boot_progress (int status);
+#ifdef CONFIG_STATUS_LED
+# include <status_led.h>
 #endif
+/*
+ * Board-specific Platform code can reimplement show_boot_progress () if needed
+ */
+void inline show_boot_progress (int val);
 
 #ifdef CONFIG_INIT_CRITICAL
 #error CONFIG_INIT_CRITICAL is deprecated!