cmd: Add ncsi command

Adds an "ncsi" command to manually start NC-SI configuration.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
Samuel Mendoza-Jonas 2022-08-08 21:46:04 +09:30 committed by Tom Rini
parent 09bd3d0b0a
commit 4b290d4a75
3 changed files with 31 additions and 0 deletions

View file

@ -434,6 +434,7 @@ int net_loop(enum proto_t protocol)
} else {
eth_init_state_only();
}
restart:
#ifdef CONFIG_USB_KEYBOARD
net_busy_flag = 0;