diff mbox series

[v3,02/23] main: Drop show_boot_progress() prototype

Message ID 20200318094204.v3.2.I1056fca9f2af09ae9db71c99a82287ea921ca76b@changeid
State Accepted
Commit ed49ea90b7621f06a40b2d6089663070e0e7dcb9
Headers show
Series gitlab: Simplify the test script | expand

Commit Message

Simon Glass March 18, 2020, 3:42 p.m. UTC
This is defined in bootstage.h and is not called in this file anyway. Drop
it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v3: None
Changes in v2: None

 common/main.c | 5 -----
 1 file changed, 5 deletions(-)

Comments

Tom Rini March 23, 2020, 1:12 p.m. UTC | #1
On Wed, Mar 18, 2020 at 09:42:40AM -0600, Simon Glass wrote:

> This is defined in bootstage.h and is not called in this file anyway. Drop
> it.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>

Reviewed-by: Tom Rini <trini at konsulko.com>
diff mbox series

Patch

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;