summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-09-06 15:01:16 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-09-06 15:13:26 +0100
commit6f4724174967ff1f496b84c4d18957ce4760c95c (patch)
tree91ea06a469f257a062808b58692dae185c01944e
parenta4e7767d9f39433cca5c0571d8fd0ee1538c9058 (diff)
warp7: Enable CONFIG_SECURE_BOOTlinaro-20170906-001
Various function associated with booting the WaRP7 in High Assurance Boot (HAB) mode are enabled by switching on CONFIG_SECURE_BOOT. This patch enables CONFIG_SECURE_BOOT for the WaRP7 defconfig. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--configs/warp7_secure_optee_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/warp7_secure_optee_defconfig b/configs/warp7_secure_optee_defconfig
index 2b83006bcd..6235f6fdfd 100644
--- a/configs/warp7_secure_optee_defconfig
+++ b/configs/warp7_secure_optee_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_MX7=y
+CONFIG_SECURE_BOOT=y
CONFIG_TARGET_WARP7=y
CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
# CONFIG_ARMV7_VIRT is not set