diff mbox

[U-Boot,33/34] zynq-common: Enable verified boot(RSA)

Message ID 3388ebf7-b034-45ab-8148-5e04d53cbe52@TX2EHSMHS041.ehs.local
State Accepted
Delegated to: Michal Simek
Headers show

Commit Message

Jagannadha Sutradharudu Teki Nov. 5, 2013, 5:46 p.m. UTC
CONFIG_FIT_SIGNATURE - signature node support in FIT image
CONFIG_RSA - RSA lib support

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
---
 include/configs/zynq-common.h | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 43d74e9..45fe75d 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -252,6 +252,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