[PATCH] Make AVB_VERIFY depend on FASTBOOT

Mattijs Korpershoek mkorpershoek at baylibre.com
Tue Oct 8 15:15:12 CEST 2024


Hi Jerome,

Thank you for the patch.

On mer., oct. 02, 2024 at 16:48, Jerome Forissier <jerome.forissier at linaro.org> wrote:

> 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 at linaro.org>

Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>

> ---
>  common/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index 957de0c5c02..c011ab6e820 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -850,6 +850,7 @@ config AVB_VERIFY
>  	depends on LIBAVB
>  	depends on MMC
>  	depends on PARTITION_UUIDS
> +	depends on FASTBOOT
>  	help
>  	  This option enables compilation of bootloader-dependent operations,
>  	  used by Android Verified Boot 2.0 library (libavb). Includes:
> -- 
> 2.40.1


More information about the U-Boot mailing list