[U-Boot] [RFC PATCH 28/44] sandbox: config: Enable FIT signatures with RSA
Simon Glass
sjg at chromium.org
Sat Jan 5 02:51:57 CET 2013
We want to sign and verify images using sandbox, so enable these options.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/sandbox.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 1c7bbe1..fb1c583 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -33,6 +33,8 @@
#define CONFIG_OF_LIBFDT
#define CONFIG_LMB
#define CONFIG_FIT
+#define CONFIG_FIT_SIGNATURE
+#define CONFIG_RSA
#define CONFIG_CMD_FDT
#define CONFIG_FS_FAT
--
1.7.7.3
More information about the U-Boot
mailing list