diff options
author | Stefano Babic <sbabic@denx.de> | 2019-09-20 08:47:53 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:36:37 +0200 |
commit | d714a75fd4dcfb0eb8b7e1dd29f43e07113cec0b (patch) | |
tree | 87e607fbc00efbc80e47cc89f0798c268df7a772 /arch/arm/mach-imx/Kconfig | |
parent | c115cd154c1da885299e461cda93c9fc4edc952d (diff) | |
download | u-boot-d714a75fd4dcfb0eb8b7e1dd29f43e07113cec0b.tar.gz u-boot-d714a75fd4dcfb0eb8b7e1dd29f43e07113cec0b.tar.xz u-boot-d714a75fd4dcfb0eb8b7e1dd29f43e07113cec0b.zip |
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 <sbabic@denx.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index f721eaf937..b0b9d2c070 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -34,7 +34,7 @@ config USE_IMXIMG_PLUGIN i.MX6/7 supports DCD and Plugin. Enable this configuration to use Plugin, otherwise DCD will be used. -config SECURE_BOOT +config IMX_HAB bool "Support i.MX HAB features" depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 select FSL_CAAM if HAS_CAAM |