[PATCH 07/17] dm: test: Update Makefile conditions
Simon Glass
sjg at chromium.org
Tue Oct 27 02:01:23 CET 2020
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 at chromium.org>
---
test/Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list