diff options
author | Simon Glass <sjg@chromium.org> | 2019-11-14 12:57:10 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-02 18:23:06 -0500 |
commit | 9ce2aa171039f1097e2d293235e733cce94cbabb (patch) | |
tree | 4e9bc6a875ea9959c4ec5c5d5a9267997e94b1db /net | |
parent | 62f9b654472888dc46feea74f95edb837f49333a (diff) | |
download | u-boot-9ce2aa171039f1097e2d293235e733cce94cbabb.tar.gz u-boot-9ce2aa171039f1097e2d293235e733cce94cbabb.tar.bz2 u-boot-9ce2aa171039f1097e2d293235e733cce94cbabb.zip |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |