commit | 4937be029e04a5315fc2f94f38fda70a8359d327 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:02 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | 9698094a3e2a36c06e054c17d9e820d0cb11017f | |
parent | a63bda6c9b619826c98032bde27e6425fc50f322 [diff] |
sandbox: Allow SPI flash bootdevs to be disabled for tests Most tests don't want these and they can create a lot of noise. Add a way to disable them. Use that in tests, with a flag provided to enable them for tests that need this feature. Signed-off-by: Simon Glass <sjg@chromium.org>