]> git.dujemihanovic.xyz Git - u-boot.git/commit
Make AVB_VERIFY depend on FASTBOOT
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 2 Oct 2024 14:48:45 +0000 (16:48 +0200)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Fri, 11 Oct 2024 12:31:25 +0000 (14:31 +0200)
commitce1023de730ffa37beae46a5276061a74a041a09
treecb57aaa5d82b645e72f8c618f2bec579fb302183
parenta404065479be2c1fe1167c3c91367e8194a69d1b
Make AVB_VERIFY depend on FASTBOOT

AVB_BUF_ADDR, which is under "if AVB_VERIFY", defaults to
FASTBOOT_BUF_ADDR. Therefore AVB_VERIFY should depend on FASTBOOT.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Tom Rini <trini@konsulko.com> # Raspberry Pi 3 (32b, 64b,
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/r/20241002144845.1439316-1-jerome.forissier@linaro.org
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
common/Kconfig