commit | 057c567fb5075b39f5ac040c7259675f472c3304 | [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 | 70dd88657b45e5439bf762507f2e1c44c2dee289 [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>