diff mbox series

[1/1] avb: AVB_VERIFY depends on MMC

Message ID 20210125111757.50857-1-xypron.glpk@gmx.de
State Accepted
Commit 9c3808debad6cae03850a93af8f3d1a6677ca8c7
Delegated to: Tom Rini
Headers show
Series [1/1] avb: AVB_VERIFY depends on MMC | expand

Commit Message

Heinrich Schuchardt Jan. 25, 2021, 11:17 a.m. UTC
AVB Verified Boot uses functions related to MMC.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.29.2

Comments

Igor Opaniuk Jan. 25, 2021, 11:37 a.m. UTC | #1
Hi Heinrich,

On Mon, Jan 25, 2021 at 1:18 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> AVB Verified Boot uses functions related to MMC.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  common/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index d8982ba377..be4dd815c0 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -561,6 +561,7 @@ config HASH
>  config AVB_VERIFY
>         bool "Build Android Verified Boot operations"
>         depends on LIBAVB
> +       depends on MMC
>         depends on PARTITION_UUIDS
>         help
>           This option enables compilation of bootloader-dependent operations,
> --
> 2.29.2
>

Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>

Thanks!
Tom Rini Jan. 30, 2021, 7:21 p.m. UTC | #2
On Mon, Jan 25, 2021 at 12:17:57PM +0100, Heinrich Schuchardt wrote:

> AVB Verified Boot uses functions related to MMC.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/common/Kconfig b/common/Kconfig
index d8982ba377..be4dd815c0 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -561,6 +561,7 @@  config HASH
 config AVB_VERIFY
 	bool "Build Android Verified Boot operations"
 	depends on LIBAVB
+	depends on MMC
 	depends on PARTITION_UUIDS
 	help
 	  This option enables compilation of bootloader-dependent operations,