]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test/overlay: Make this depend on SANDBOX
authorTom Rini <trini@konsulko.com>
Fri, 16 Aug 2024 03:49:03 +0000 (21:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2024 21:59:39 +0000 (15:59 -0600)
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>
test/overlay/Kconfig

index a4f154415db2057b2b9eb9b0fac6bdcfdf2ea200..881848968bb91c7187c599594a7c30ff0851db7f 100644 (file)
@@ -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