commit | 82c468a049d8887b70b1826c9fda2388f14704ef | [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 | 1cadc7611755bcd5e28e98515f4814e598196daa [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>