[PATCH] lib: rsa: fix dependency for SPL_RSA_VERIFY

16 Sep
2021
16 Sep
'21
2:03 p.m.
SPL_RSA_VERIFY requires SPL_RSA to be enabled. Add correct dependency.
Signed-off-by: Oleksandr Suvorov oleksandr.suvorov@foundries.io ---
lib/rsa/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig index a90d67e5a87..cf802a6d40a 100644 --- a/lib/rsa/Kconfig +++ b/lib/rsa/Kconfig @@ -20,6 +20,7 @@ config SPL_RSA
config SPL_RSA_VERIFY bool + depends on SPL_RSA help Add RSA signature verification support in SPL.
--
2.31.1

6 Oct
6 Oct
7:46 p.m.
On Thu, Sep 16, 2021 at 03:03:36PM +0300, Oleksandr Suvorov wrote:
SPL_RSA_VERIFY requires SPL_RSA to be enabled. Add correct dependency.
Signed-off-by: Oleksandr Suvorov oleksandr.suvorov@foundries.io
Applied to u-boot/master, thanks!
--
Tom
1311
Age (days ago)
1331
Last active (days ago)
1 comments
2 participants
participants (2)
-
Oleksandr Suvorov
-
Tom Rini