mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +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:
@@ -569,12 +569,6 @@ int cli_readline_into_buffer(const char *const prompt, char *buffer,
|
||||
return -2; /* timed out */
|
||||
WATCHDOG_RESET(); /* Trigger watchdog, if needed */
|
||||
|
||||
#ifdef CONFIG_SHOW_ACTIVITY
|
||||
while (!tstc()) {
|
||||
show_activity(0);
|
||||
WATCHDOG_RESET();
|
||||
}
|
||||
#endif
|
||||
c = getc();
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user