diff mbox

[U-Boot] RSA depends on DM

Message ID CAGHP0p+2DH+aV7PoQuGZFBWO3NKi3au=LyzRZVqGoZs60e0cWQ@mail.gmail.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Chris Kuethe Feb. 5, 2015, 3:16 a.m. UTC
Discovered while experimenting with signature checking on vexpress
which doesn't typically use DM.
---
 Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Feb. 5, 2015, 3:26 a.m. UTC | #1
On 4 February 2015 at 20:16, Chris Kuethe <chris.kuethe@gmail.com> wrote:
> Discovered while experimenting with signature checking on vexpress
> which doesn't typically use DM.
> ---
>  Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass Feb. 6, 2015, 9:46 p.m. UTC | #2
On 4 February 2015 at 20:26, Simon Glass <sjg@chromium.org> wrote:
> On 4 February 2015 at 20:16, Chris Kuethe <chris.kuethe@gmail.com> wrote:
>> Discovered while experimenting with signature checking on vexpress
>> which doesn't typically use DM.
>> ---
>>  Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!
diff mbox

Patch

diff --git a/Kconfig b/Kconfig
index fed488f..8090790 100644
--- a/Kconfig
+++ b/Kconfig
@@ -118,6 +118,7 @@  config FIT_VERBOSE
 config FIT_SIGNATURE
  bool "Enable signature verification of FIT uImages"
  depends on FIT
+ depends on DM
  select RSA
  help
   This option enables signature verification of FIT uImages,