mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 00:11:32 +00:00
test/overlay: Make this depend on SANDBOX
As the overlays are sandbox specific, mark the whole test as depending on sandbox. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
1779a58c66
commit
636e07915f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
config UT_OVERLAY
|
||||
bool "Enable Device Tree Overlays Unit Tests"
|
||||
depends on UNIT_TEST && OF_CONTROL
|
||||
depends on UNIT_TEST && OF_CONTROL && SANDBOX
|
||||
default y
|
||||
select OF_LIBFDT_OVERLAY
|
||||
help
|
||||
|
|
Loading…
Add table
Reference in a new issue