]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: config: Enable FIT signatures with RSA
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jun 2013 22:10:10 +0000 (15:10 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:57 +0000 (10:18 -0400)
We want to sign and verify images using sandbox, so enable these options.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/sandbox.h

index d7043298e3fb492b18094e90de368962bcf3a367..98dd083302724fe5592bb9bf78c83d1be7cc2055 100644 (file)
@@ -43,6 +43,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