projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef7db7a
)
avb: AVB_VERIFY depends on MMC
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Mon, 25 Jan 2021 11:17:57 +0000
(12:17 +0100)
committer
Tom Rini
<trini@konsulko.com>
Fri, 29 Jan 2021 15:36:48 +0000
(10:36 -0500)
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>
common/Kconfig
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index
45535e3
..
2bb3798
100644
(file)
--- 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,