diff options
author | Simon Glass <sjg@chromium.org> | 2013-06-13 15:10:10 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-26 10:18:57 -0400 |
commit | 74378cf8e730d794832678a5d2f4d2d67da3ad47 (patch) | |
tree | abd74b805f8b509b8b6f9e7f1f30cde17bfddea9 | |
parent | 4d0985295bbb50a952f4312c0a818cd89b8ee7aa (diff) | |
download | u-boot-imx-74378cf8e730d794832678a5d2f4d2d67da3ad47.zip u-boot-imx-74378cf8e730d794832678a5d2f4d2d67da3ad47.tar.gz u-boot-imx-74378cf8e730d794832678a5d2f4d2d67da3ad47.tar.bz2 |
sandbox: config: Enable FIT signatures with RSA
We want to sign and verify images using sandbox, so enable these options.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | 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 d704329..98dd083 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -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 |