summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-03-18 09:42:40 -0600
committerTom Rini <trini@konsulko.com>2020-04-10 21:21:06 -0400
commited49ea90b7621f06a40b2d6089663070e0e7dcb9 (patch)
tree4e0085bc4ac09045cba48fc964b8b7b86c229299
parenta1f49ab6a1131131c3f7bf3df9af15593888d396 (diff)
downloadu-boot-ed49ea90b7621f06a40b2d6089663070e0e7dcb9.tar.gz
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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r--common/main.c5
1 files changed, 0 insertions, 5 deletions
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 <init.h>
#include <version.h>
-/*
- * 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;