commit | 3f876cb7c57511174d1b6a3e089443ccbaf236ec | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Fri Sep 29 12:06:54 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 09 15:24:31 2023 -0400 |
tree | 422a1ac1688b75a6c4edcbaa2024346acbaddfb8 | |
parent | e483a7c8fff23d5aab27937f6054c883f99c8680 [diff] |
test: Fix SPL tests not being run SPL doesn't have OF_LIVE enabled, so we can only run tests with a flat tree. Don't skip them even if they don't use the devicetree. Fixes: 6ec5178c0ef ("test: Skip flat-tree tests if devicetree is not used") Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>