u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] lib: rsa: fix dependency for SPL_RSA_VERIFY
@ 2021-09-16 12:03 Oleksandr Suvorov
  2021-10-06 17:46 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Suvorov @ 2021-09-16 12:03 UTC (permalink / raw)
  To: u-boot; +Cc: Oleksandr Suvorov

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib: rsa: fix dependency for SPL_RSA_VERIFY
  2021-09-16 12:03 [PATCH] lib: rsa: fix dependency for SPL_RSA_VERIFY Oleksandr Suvorov
@ 2021-10-06 17:46 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-10-06 17:46 UTC (permalink / raw)
  To: Oleksandr Suvorov; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-06 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 12:03 [PATCH] lib: rsa: fix dependency for SPL_RSA_VERIFY Oleksandr Suvorov
2021-10-06 17:46 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).