From: Simon Glass Date: Wed, 18 Mar 2020 15:42:40 +0000 (-0600) Subject: main: Drop show_boot_progress() prototype X-Git-Tag: v2020.07-rc1~41^2^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed49ea90b7621f06a40b2d6089663070e0e7dcb9;p=oweals%2Fu-boot.git main: Drop show_boot_progress() prototype This is defined in bootstage.h and is not called in this file anyway. Drop it. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/common/main.c b/common/main.c index ec8994ad45..06d7ff56d6 100644 --- a/common/main.c +++ b/common/main.c @@ -15,11 +15,6 @@ #include #include -/* - * Board-specific Platform code can reimplement show_boot_progress () if needed - */ -__weak void show_boot_progress(int val) {} - static void run_preboot_environment_command(void) { char *p;