From: Jagannadha Sutradharudu Teki Date: Wed, 8 Jan 2014 20:18:28 +0000 (+0530) Subject: zynq-common: Enable verified boot(RSA) X-Git-Tag: v2014.01-rc3~9^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8826eb4b34f47747ef760191c2aeaaa53d4d482;p=kernel%2Fu-boot.git zynq-common: Enable verified boot(RSA) CONFIG_FIT_SIGNATURE - signature node support in FIT image CONFIG_RSA - RSA lib support Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 8707bc0..e7a8e9f 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -217,6 +217,10 @@ #define CONFIG_OF_SEPARATE #define CONFIG_DISPLAY_BOARDINFO_LATE +/* RSA support */ +#define CONFIG_FIT_SIGNATURE +#define CONFIG_RSA + /* Boot FreeBSD/vxWorks from an ELF image */ #if defined(CONFIG_ZYNQ_BOOT_FREEBSD) # define CONFIG_API