commit | 9a78e90c83458f3be78d41f2a8a7bd401e6e44ab | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 09:25:24 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:17 2020 -0600 |
tree | e5e900628049d313136894fc291cbbcdf3cf77a9 | |
parent | 9257d13aab02ccea838e739da32320a3e4718dee [diff] |
dm: test: Update Makefile conditions At present most of the tests in test/Makefile are dependent on CONFIG_SANDBOX. But this is not ideal since they rely on commands being available and SPL does not support commands. Use CONFIG_COMMAND instead. This has the dual purpose of allowing these tests to be used on other boards and allowing SPL to skip them. Signed-off-by: Simon Glass <sjg@chromium.org>