mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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:
parent
09bd3d0b0a
commit
4b290d4a75
3 changed files with 31 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue