Re: [PATCH] Make AVB_VERIFY depend on FASTBOOT

2024-10-11 Thread Mattijs Korpershoek
Hi, On Wed, 02 Oct 2024 16:48:45 +0200, Jerome Forissier wrote: > AVB_BUF_ADDR, which is under "if AVB_VERIFY", defaults to > FASTBOOT_BUF_ADDR. Therefore AVB_VERIFY should depend on FASTBOOT. > > Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu) [1/1] Make A

Re: [PATCH] Make AVB_VERIFY depend on FASTBOOT

2024-10-08 Thread Mattijs Korpershoek
Hi Jerome, Thank you for the patch. On mer., oct. 02, 2024 at 16:48, Jerome Forissier 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 Reviewed-by: Mattijs Korpershoek

[PATCH] Make AVB_VERIFY depend on FASTBOOT

2024-10-02 Thread Jerome Forissier
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 --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Kconfig b/common/Kconfig index 957de0c5c02..c011ab6e820 10064