commit | 202c9c643726bdd8044c789f7bb0e00596d87039 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:29 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | c668c9237d275cb7ac328a621de4549201c1802c | |
parent | b490f5f412e0490abf237a4a3bf73e814f5d817f [diff] |
sandbox: Enable the Ethernet bootdev This bootdev is disabled at present since it messes with the tests. Now that there is a way to disable networking at runtime, enable the driver. This allows running tests with it if necessary. Signed-off-by: Simon Glass <sjg@chromium.org>