summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 12:57:10 -0700
committerTom Rini <trini@konsulko.com>2019-12-02 18:23:06 -0500
commit9ce2aa171039f1097e2d293235e733cce94cbabb (patch)
tree4e9bc6a875ea9959c4ec5c5d5a9267997e94b1db /net
parent62f9b654472888dc46feea74f95edb837f49333a (diff)
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 'net')
-rw-r--r--net/net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/net.c b/net/net.c
index ded86e7456..0513444eb7 100644
--- a/net/net.c
+++ b/net/net.c
@@ -561,9 +561,6 @@ restart:
*/
for (;;) {
WATCHDOG_RESET();
-#ifdef CONFIG_SHOW_ACTIVITY
- show_activity(1);
-#endif
if (arp_timeout_check() > 0)
time_start = get_timer(0);