projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f49ab
)
main: Drop show_boot_progress() prototype
author
Simon Glass
<sjg@chromium.org>
Wed, 18 Mar 2020 15:42:40 +0000
(09:42 -0600)
committer
Tom Rini
<trini@konsulko.com>
Sat, 11 Apr 2020 01:21:06 +0000
(21:21 -0400)
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>
common/main.c
patch
|
blob
|
history
diff --git
a/common/main.c
b/common/main.c
index ec8994ad457b9393afec16a7514cd74186a6226a..06d7ff56d60c33cf4a31a02c5fa02ee34f75534b 100644
(file)
--- 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;