mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Drop CONFIG_SHOW_ACTIVITY
This feature is not enabled by any board. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -15,15 +15,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_MPC83XX_TIMER
|
#ifndef CONFIG_MPC83XX_TIMER
|
||||||
#ifdef CONFIG_SHOW_ACTIVITY
|
|
||||||
void board_show_activity (ulong) __attribute__((weak, alias("__board_show_activity")));
|
|
||||||
|
|
||||||
void __board_show_activity (ulong dummy)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif /* CONFIG_SHOW_ACTIVITY */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYS_WATCHDOG_FREQ
|
#ifndef CONFIG_SYS_WATCHDOG_FREQ
|
||||||
#define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2)
|
#define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2)
|
||||||
#endif
|
#endif
|
||||||
@@ -94,10 +85,6 @@ void timer_interrupt (struct pt_regs *regs)
|
|||||||
#ifdef CONFIG_LED_STATUS
|
#ifdef CONFIG_LED_STATUS
|
||||||
status_led_tick (timestamp);
|
status_led_tick (timestamp);
|
||||||
#endif /* CONFIG_LED_STATUS */
|
#endif /* CONFIG_LED_STATUS */
|
||||||
|
|
||||||
#ifdef CONFIG_SHOW_ACTIVITY
|
|
||||||
board_show_activity (timestamp);
|
|
||||||
#endif /* CONFIG_SHOW_ACTIVITY */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ulong get_timer (ulong base)
|
ulong get_timer (ulong base)
|
||||||
|
@@ -569,12 +569,6 @@ int cli_readline_into_buffer(const char *const prompt, char *buffer,
|
|||||||
return -2; /* timed out */
|
return -2; /* timed out */
|
||||||
WATCHDOG_RESET(); /* Trigger watchdog, if needed */
|
WATCHDOG_RESET(); /* Trigger watchdog, if needed */
|
||||||
|
|
||||||
#ifdef CONFIG_SHOW_ACTIVITY
|
|
||||||
while (!tstc()) {
|
|
||||||
show_activity(0);
|
|
||||||
WATCHDOG_RESET();
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
c = getc();
|
c = getc();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -171,10 +171,6 @@ void timer_interrupt(struct pt_regs *regs)
|
|||||||
#ifdef CONFIG_LED_STATUS
|
#ifdef CONFIG_LED_STATUS
|
||||||
status_led_tick(priv->timestamp);
|
status_led_tick(priv->timestamp);
|
||||||
#endif /* CONFIG_LED_STATUS */
|
#endif /* CONFIG_LED_STATUS */
|
||||||
|
|
||||||
#ifdef CONFIG_SHOW_ACTIVITY
|
|
||||||
board_show_activity(priv->timestamp);
|
|
||||||
#endif /* CONFIG_SHOW_ACTIVITY */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void wait_ticks(ulong ticks)
|
void wait_ticks(ulong ticks)
|
||||||
|
@@ -351,10 +351,6 @@ static inline struct in_addr env_get_ip(char *var)
|
|||||||
|
|
||||||
#include <bootstage.h>
|
#include <bootstage.h>
|
||||||
|
|
||||||
#ifdef CONFIG_SHOW_ACTIVITY
|
|
||||||
void show_activity(int arg);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#else /* __ASSEMBLY__ */
|
#else /* __ASSEMBLY__ */
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
|
@@ -561,9 +561,6 @@ restart:
|
|||||||
*/
|
*/
|
||||||
for (;;) {
|
for (;;) {
|
||||||
WATCHDOG_RESET();
|
WATCHDOG_RESET();
|
||||||
#ifdef CONFIG_SHOW_ACTIVITY
|
|
||||||
show_activity(1);
|
|
||||||
#endif
|
|
||||||
if (arp_timeout_check() > 0)
|
if (arp_timeout_check() > 0)
|
||||||
time_start = get_timer(0);
|
time_start = get_timer(0);
|
||||||
|
|
||||||
|
@@ -1567,7 +1567,6 @@ CONFIG_SHARP_LM8V31
|
|||||||
CONFIG_SHARP_LQ035Q7DH06
|
CONFIG_SHARP_LQ035Q7DH06
|
||||||
CONFIG_SHEEVA_88SV131
|
CONFIG_SHEEVA_88SV131
|
||||||
CONFIG_SHEEVA_88SV331xV5
|
CONFIG_SHEEVA_88SV331xV5
|
||||||
CONFIG_SHOW_ACTIVITY
|
|
||||||
CONFIG_SH_CMT_CLK_FREQ
|
CONFIG_SH_CMT_CLK_FREQ
|
||||||
CONFIG_SH_DSP
|
CONFIG_SH_DSP
|
||||||
CONFIG_SH_ETHER_ALIGNE_SIZE
|
CONFIG_SH_ETHER_ALIGNE_SIZE
|
||||||
|
Reference in New Issue
Block a user