summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2020-04-11 11:18:14 -0400
committerTom Rini <[email protected]>2020-04-11 11:18:14 -0400
commit67bbc1ecd311c78b06e845a3fd4e333806782367 (patch)
tree9287c271d41e984bb43fdb4cd21842c96c27de1c /common
parent1390c400846cf44b70f095ffd71306244f4cde0a (diff)
parent4ee7f527810ec77c6f0c64975ccbadbde3277696 (diff)
Merge branch '2020-04-11-CI-further-improvements' into next
- Further clean up and improve our Azure/GitLab/Travis CI loops
Diffstat (limited to 'common')
-rw-r--r--common/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/main.c b/common/main.c
index ec8994ad457..06d7ff56d60 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;