diff options
author | Stefano Babic | 2019-09-20 08:47:53 +0200 |
---|---|---|
committer | Stefano Babic | 2019-10-08 16:36:37 +0200 |
commit | d714a75fd4dcfb0eb8b7e1dd29f43e07113cec0b (patch) | |
tree | 87e607fbc00efbc80e47cc89f0798c268df7a772 /board/freescale/mx6sxsabresd | |
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 <sbabic@denx.de>
Diffstat (limited to 'board/freescale/mx6sxsabresd')
-rw-r--r-- | board/freescale/mx6sxsabresd/imximage.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx6sxsabresd/imximage.cfg b/board/freescale/mx6sxsabresd/imximage.cfg index 0354bb36e25..28ffb2f8bc9 100644 --- a/board/freescale/mx6sxsabresd/imximage.cfg +++ b/board/freescale/mx6sxsabresd/imximage.cfg @@ -20,7 +20,7 @@ BOOT_FROM sd /* * Secure boot support */ -#ifdef CONFIG_SECURE_BOOT +#ifdef CONFIG_IMX_HAB CSF CONFIG_CSF_SIZE #endif |