aboutsummaryrefslogtreecommitdiff
path: root/drivers
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 /drivers
parent62f9b654472888dc46feea74f95edb837f49333a (diff)
downloadu-boot-9ce2aa171039f1097e2d293235e733cce94cbabb.zip
u-boot-9ce2aa171039f1097e2d293235e733cce94cbabb.tar.gz
u-boot-9ce2aa171039f1097e2d293235e733cce94cbabb.tar.bz2
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 'drivers')
-rw-r--r--drivers/timer/mpc83xx_timer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/timer/mpc83xx_timer.c b/drivers/timer/mpc83xx_timer.c
index 8e54110..9bc32f9 100644
--- a/drivers/timer/mpc83xx_timer.c
+++ b/drivers/timer/mpc83xx_timer.c
@@ -171,10 +171,6 @@ void timer_interrupt(struct pt_regs *regs)
#ifdef CONFIG_LED_STATUS
status_led_tick(priv->timestamp);
#endif /* CONFIG_LED_STATUS */
-
-#ifdef CONFIG_SHOW_ACTIVITY
- board_show_activity(priv->timestamp);
-#endif /* CONFIG_SHOW_ACTIVITY */
}
void wait_ticks(ulong ticks)