summaryrefslogtreecommitdiff
path: root/include/configs/pico-imx7dandroidthings.h
diff options
context:
space:
mode:
authorHaoran.Wang <elven.wang@nxp.com>2017-07-19 18:36:51 +0800
committerJason Liu <jason.hui.liu@nxp.com>2017-11-03 02:37:20 +0800
commit847e79e5568fd0769b638eede62a09f1ea348018 (patch)
tree18bcf864cfe9658681ed0f742beb9363fc4d9214 /include/configs/pico-imx7dandroidthings.h
parentc52e5ba4d741a9c55c6e148913aca256e7a5c2fe (diff)
MA-9478-2 [iot] Support keyslot package function
RPMB keyblob stored in the last block of boot1 partition of MMC1. It will be load into CAAM SEC_RAM and format into "keyslot" package. This is enabled on pico7d and iopb6ul. Change-Id: I5d9ab12e7d14945ebd8f926e20bed19b02e65009 Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
Diffstat (limited to 'include/configs/pico-imx7dandroidthings.h')
-rw-r--r--include/configs/pico-imx7dandroidthings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pico-imx7dandroidthings.h b/include/configs/pico-imx7dandroidthings.h
index f64748b0bc..1f43697723 100644
--- a/include/configs/pico-imx7dandroidthings.h
+++ b/include/configs/pico-imx7dandroidthings.h
@@ -14,6 +14,7 @@
#ifdef CONFIG_IMX_TRUSTY_OS
#define NON_SECURE_FASTBOOT
+#define TRUSTY_KEYSLOT_PACKAGE
#endif
#include "mx_android_common.h"