diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2018-04-24 18:46:38 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-04-26 08:53:22 +0200 |
commit | 9fb2c1faa18201ab1fb7efed4140eff97b453870 (patch) | |
tree | 256afefc0e625212aed30963a76c025d21844eae /configs | |
parent | 4bcbfcf458744a84bd82bd7239593f371574bd2c (diff) |
warp7: defconfig: 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>
Tested-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/warp7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 8152e8e959..2e65b8da6e 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_MX7=y +CONFIG_SECURE_BOOT=y CONFIG_SYS_TEXT_BASE=0x87800000 CONFIG_TARGET_WARP7=y # CONFIG_ARMV7_VIRT is not set |