diff options
| author | Samuel Mendoza-Jonas <[email protected]> | 2022-08-08 21:46:04 +0930 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-21 16:04:39 -0400 |
| commit | 4b290d4a757caaf5efedc74ea3db9974b51f35f2 (patch) | |
| tree | e068e8c4cfce2e0d8309753f2084e1491e4c291c /net/net.c | |
| parent | 09bd3d0b0a954f250bac61fee7e3c6d037914569 (diff) | |
cmd: Add ncsi command
Adds an "ncsi" command to manually start NC-SI configuration.
Signed-off-by: Samuel Mendoza-Jonas <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Diffstat (limited to 'net/net.c')
| -rw-r--r-- | net/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.c b/net/net.c index 6987a3817b9..b27b021d071 100644 --- a/net/net.c +++ b/net/net.c @@ -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; |
