diff mbox

[U-Boot,v3,27/29] zynq-common: Enable verified boot(RSA)

Message ID 0d6362dc-4d1c-4463-b343-765aad2b9706@AM1EHSMHS007.ehs.local
State Superseded
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Jagannadha Sutradharudu Teki Dec. 19, 2013, 6:09 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>
---
V3: none
V2: none

 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 0041c88..3d7736e 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -220,6 +220,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