[U-Boot] [PATCH] RSA depends on DM
Chris Kuethe
chris.kuethe at gmail.com
Thu Feb 5 04:16:14 CET 2015
Discovered while experimenting with signature checking on vexpress
which doesn't typically use DM.
---
Kconfig | 1 +
1 file changed, 1 insertion(+)
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,
--
2.1.0
--
GDB has a 'break' feature; why doesn't it have 'fix' too?
More information about the U-Boot
mailing list