
From: Simon Glass <sjg@chromium.org> Enable this feature so that it can be tested on sandbox. Update the vboot FDT to avoid having it match on conf-1 instead of conf-1 Signed-off-by: Simon Glass <sjg@chromium.org> --- boot/Kconfig | 1 + test/py/tests/vboot/sandbox-kernel.dts | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/Kconfig b/boot/Kconfig index b99d880f303..45fe5a07696 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -130,6 +130,7 @@ config FIT_VERBOSE config FIT_BEST_MATCH bool "Select the best match for the kernel device tree" + default y if SANDBOX help When no configuration is explicitly selected, default to the one whose fdt's compatibility field best matches that of diff --git a/test/py/tests/vboot/sandbox-kernel.dts b/test/py/tests/vboot/sandbox-kernel.dts index a1e853c9caa..4012e27726d 100644 --- a/test/py/tests/vboot/sandbox-kernel.dts +++ b/test/py/tests/vboot/sandbox-kernel.dts @@ -2,6 +2,5 @@ / { model = "Sandbox Verified Boot Test"; - compatible = "sandbox"; - + compatible = "none"; }; -- 2.43.0