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-13 11:18:33 +0100
commit233717dde6f9c95d12e7561c6d295904c71795ab (patch)
tree1177dfce91e5ed6a3407a82bddd6833c6c1a59e0
parentb069ad8a8f7c980155404ed631628d88fb3fadbf (diff)
warp7: Enable CONFIG_SECURE_BOOT
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