aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'soc/j7200/evm/sec-cfg.c')
-rw-r--r--soc/j7200/evm/sec-cfg.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/soc/j7200/evm/sec-cfg.c b/soc/j7200/evm/sec-cfg.c
index 74b393891..a084939cf 100644
--- a/soc/j7200/evm/sec-cfg.c
+++ b/soc/j7200/evm/sec-cfg.c
@@ -102,4 +102,15 @@ const struct boardcfg_security j7200_boardcfg_security_data = {
102 .min_cert_rev = 0x0, 102 .min_cert_rev = 0x0,
103 .jtag_unlock_hosts = {0, 0, 0, 0}, 103 .jtag_unlock_hosts = {0, 0, 0, 0},
104 }, 104 },
105
106 /* Secure Handover Configuration */
107 .sec_handover_cfg = {
108 .subhdr = {
109 .magic = BOARDCFG_SEC_HANDOVER_CFG_MAGIC_NUM,
110 .size = sizeof(struct boardcfg_sec_handover),
111 },
112 .handover_msg_sender = 0,
113 .handover_to_host_id = 0,
114 .rsvd = {0,0,0,0},
115 },
105}; 116};