[PATCH] rsa: fix typo in $(PHASE_)RSA_VERIFY_WITH_PKEY help text
    Quentin Schulz 
    foss+uboot at 0leil.net
       
    Wed Oct 29 12:20:27 CET 2025
    
    
  
From: Quentin Schulz <quentin.schulz at cherry.de>
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
 lib/rsa/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig
index 9033384e60a..3eda4bc61b9 100644
--- a/lib/rsa/Kconfig
+++ b/lib/rsa/Kconfig
@@ -44,7 +44,7 @@ config RSA_VERIFY_WITH_PKEY
 	  This does not suit the use case where there is no way defined to
 	  provide such additional key properties in standardized form,
 	  particularly UEFI secure boot.
-	  This options enables RSA signature verification with a public key
+	  This option enables RSA signature verification with a public key
 	  directly specified in image_sign_info, where all the necessary
 	  key properties will be calculated on the fly in verification code.
 
@@ -62,7 +62,7 @@ config SPL_RSA_VERIFY_WITH_PKEY
 	  This does not suit the use case where there is no way defined to
 	  provide such additional key properties in standardized form,
 	  particularly UEFI secure boot.
-	  This options enables RSA signature verification with a public key
+	  This option enables RSA signature verification with a public key
 	  directly specified in image_sign_info, where all the necessary
 	  key properties will be calculated on the fly in verification code
 	  in the SPL.
---
base-commit: 4cad9faf8d2887b8851f0ced5194ffbaa92ca71e
change-id: 20251029-rsa-verify-with-pkey-typo-c5f34beea04c
Best regards,
-- 
Quentin Schulz <quentin.schulz at cherry.de>
    
    
More information about the U-Boot
mailing list