]> Git Repo - J-u-boot.git/commitdiff
warp7: defconfig: Enable CONFIG_SECURE_BOOT
authorBryan O'Donoghue <[email protected]>
Tue, 24 Apr 2018 17:46:38 +0000 (18:46 +0100)
committerStefano Babic <[email protected]>
Thu, 26 Apr 2018 06:53:22 +0000 (08:53 +0200)
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 <[email protected]>
Tested-by: Breno Lima <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
configs/warp7_defconfig

index 8152e8e959d564471f13267252f0b736ff2e14fe..2e65b8da6e956ad940e090178447ddd0a7d14265 100644 (file)
@@ -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
This page took 0.038155 seconds and 4 git commands to generate.