[PATCH 1/3] test/overlay: Make this depend on SANDBOX
Simon Glass
sjg at chromium.org
Fri Aug 16 16:49:22 CEST 2024
On Thu, 15 Aug 2024 at 21:49, Tom Rini <trini at konsulko.com> wrote:
>
> As the overlays are sandbox specific, mark the whole test as depending
> on sandbox.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Simon Glass <sjg at chromium.org>
> ---
> test/overlay/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
>
> diff --git a/test/overlay/Kconfig b/test/overlay/Kconfig
> index a4f154415db2..881848968bb9 100644
> --- a/test/overlay/Kconfig
> +++ b/test/overlay/Kconfig
> @@ -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
> --
> 2.34.1
>
More information about the U-Boot
mailing list