]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: sandbox: enable CONFIG_FIT_VERITY
authorDaniel Golle <daniel@makrotopia.org>
Fri, 15 May 2026 23:38:54 +0000 (00:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 27 May 2026 19:41:33 +0000 (13:41 -0600)
commit89d3c1fe1b0fb5db15fce96a7e6db7885ebf240e
tree194b41de0e35c6f4646da02e907a8d0dd7717887
parente52b2c6e7fd0f99b8c3ccea92361db6896978222
configs: sandbox: enable CONFIG_FIT_VERITY

Enable FIT_VERITY in the sandbox configs that build a full U-Boot
binary so CI may exercise the new dm-verity unit test
(test/boot/fit_verity.c) and the mkimage pytest
(test/py/tests/test_fit_verity.py) introduced earlier in this series.

The SPL/VPL/noinst variants only load U-Boot proper, never an OS, so
dm-verity is meaningless there and is not enabled.

Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig