]> git.baikalelectronics.ru Git - uboot.git/commit
dm: test: Update Makefile conditions
authorSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2020 15:25:24 +0000 (09:25 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:17 +0000 (14:42 -0600)
commit1c660d79cd9beddc01b9c5b25a3af2a8aa78c50b
treee5e900628049d313136894fc291cbbcdf3cf77a9
parent94cb9404ddc4a0aee6b7b1f4ba14dc14d731cf3c
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>
test/Makefile