commit | 66014cc181adf5c25c212b612858408709066d23 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:27 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | 9c29daf5a2cd8180687b3ee4887bca40923bb658 | |
parent | d6e39d170a1cfec9cef94958d955558c8e7f7b2d [diff] |
sandbox: Allow ethernet to be disabled at runtime For bootstd tests it is seldom useful to have ethernet enabled. Add a way to disable it, so that ethernet operations like tftpboot do nothing. Signed-off-by: Simon Glass <sjg@chromium.org>