projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2a488
)
RSA depends on DM
author
Chris Kuethe
<chris.kuethe@gmail.com>
Thu, 5 Feb 2015 03:16:14 +0000
(19:16 -0800)
committer
Simon Glass
<sjg@chromium.org>
Thu, 12 Feb 2015 17:35:29 +0000
(10:35 -0700)
Discovered while experimenting with signature checking on vexpress
which doesn't typically use DM.
Acked-by: Simon Glass <sjg@chromium.org>
Kconfig
patch
|
blob
|
history
diff --git
a/Kconfig
b/Kconfig
index 9af31e3e77a2e36e7b0cd72384b6d4081c132a54..09e2bbe66a114bd481407997367fe131d4473a82 100644
(file)
--- 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,