[PATCH] common: reflect rename of CRYPTO_RSA_KEY to CRYPTO_PUBLIC_KEYS
Bastian Krause
bst at pengutronix.de
Mon Jan 6 07:09:59 PST 2025
The rename happened in
e1c93ed3bf9 ("crypto: rsa: encapsulate rsa keys in public keys struct").
Signed-off-by: Bastian Krause <bst at pengutronix.de>
---
common/Kconfig | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index 708caa6040a..3ea354de7f4 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -723,8 +723,9 @@ config BOOTM_FITIMAGE_PUBKEY
"#include CONFIG_BOOTM_FITIMAGE_PUBKEY".
This snippet is usually generated by decompiling a device tree produced
- by mkimage. An alternative is CONFIG_CRYPTO_RSA_KEY, which takes a PEM
- file or a PKCS#11 URI.
+ by mkimage. An alternative is CONFIG_CRYPTO_PUBLIC_KEYS, which takes a list
+ of PEM files or PKCS#11 URIs (with optional key name hints, see its help
+ text).
endif
--
2.39.5
More information about the barebox
mailing list