[PATCH 3/3] FIT: add dependency on CRYPTO_BUILTIN_KEYS for signature verification
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Oct 14 04:52:13 PDT 2024
FITIMAGE_SIGNATURE adds references to symbols that are only defined when
CRYPTO_BUILTIN_KEYS is defined. Fix this by adding the missing select.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
common/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/Kconfig b/common/Kconfig
index aca44ff28b36..859356038386 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -63,6 +63,7 @@ config FITIMAGE
config FITIMAGE_SIGNATURE
bool
+ select CRYPTO_BUILTIN_KEYS
config LOGBUF
bool
--
2.39.5
More information about the barebox
mailing list