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 <s...@chromium.org> --- test/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Applied to u-boot-dm, thanks!