diff options
| author | Stefano Babic <[email protected]> | 2019-09-20 08:47:53 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-10-08 16:36:37 +0200 |
| commit | d714a75fd4dcfb0eb8b7e1dd29f43e07113cec0b (patch) | |
| tree | 87e607fbc00efbc80e47cc89f0798c268df7a772 /configs/warp7_bl33_defconfig | |
| parent | c115cd154c1da885299e461cda93c9fc4edc952d (diff) | |
imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB
CONFIG_SECURE_BOOT is too generic and forbids to use it for cross
architecture purposes. If Secure Boot is required for imx, this means to
enable and use the HAB processor in the soc.
Signed-off-by: Stefano Babic <[email protected]>
Diffstat (limited to 'configs/warp7_bl33_defconfig')
| -rw-r--r-- | configs/warp7_bl33_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig index 80accfb5093..9d161f3ecbe 100644 --- a/configs/warp7_bl33_defconfig +++ b/configs/warp7_bl33_defconfig @@ -1,7 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX7=y CONFIG_SYS_TEXT_BASE=0x87800000 -CONFIG_SECURE_BOOT=y +CONFIG_IMX_HAB=y CONFIG_TARGET_WARP7=y CONFIG_ARMV7_BOOT_SEC_DEFAULT=y CONFIG_FIT=y |
