[PATCH 25/27] mpc83xx: Drop status-LED code
Simon Glass
sjg at chromium.org
Thu Sep 26 22:44:45 CEST 2024
This is not used anymore, so drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/timer/mpc83xx_timer.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/timer/mpc83xx_timer.c b/drivers/timer/mpc83xx_timer.c
index 9da74479aaa..aefc18898e9 100644
--- a/drivers/timer/mpc83xx_timer.c
+++ b/drivers/timer/mpc83xx_timer.c
@@ -9,7 +9,6 @@
#include <dm.h>
#include <irq_func.h>
#include <log.h>
-#include <status_led.h>
#include <sysinfo.h>
#include <time.h>
#include <timer.h>
@@ -178,10 +177,6 @@ void timer_interrupt(struct pt_regs *regs)
if (CFG_SYS_WATCHDOG_FREQ && (priv->timestamp % (CFG_SYS_WATCHDOG_FREQ)) == 0)
schedule();
#endif /* CONFIG_WATCHDOG || CONFIG_HW_WATCHDOG */
-
-#ifdef CONFIG_LED_STATUS
- status_led_tick(priv->timestamp);
-#endif /* CONFIG_LED_STATUS */
}
void wait_ticks(ulong ticks)
--
2.43.0
More information about the U-Boot
mailing list