summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:10 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:06 +0300
commit9ce2aa171039f1097e2d293235e733cce94cbabb (patch)
tree4e9bc6a875ea9959c4ec5c5d5a9267997e94b1db /include
parent62f9b654472888dc46feea74f95edb837f49333a (diff)
downloadu-boot-9ce2aa171039f1097e2d293235e733cce94cbabb.tar.xz
Drop CONFIG_SHOW_ACTIVITY
This feature is not enabled by any board. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 16c885dd3f..4b84969ad3 100644
--- a/include/common.h
+++ b/include/common.h
@@ -351,10 +351,6 @@ static inline struct in_addr env_get_ip(char *var)
#include <bootstage.h>
-#ifdef CONFIG_SHOW_ACTIVITY
-void show_activity(int arg);
-#endif
-
#else /* __ASSEMBLY__ */
#endif /* __ASSEMBLY__ */