diff options
| author | Tom Rini <[email protected]> | 2020-06-16 19:06:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-26 10:29:06 -0400 |
| commit | 0567099beac2f7c70bc6dcf54f889a4f49037290 (patch) | |
| tree | 2b0923fb269064cc36c5b57fa171952d47ba2ea0 /arch | |
| parent | f23476f0baff89bbb6a5a95756390808ea0d72a9 (diff) | |
arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB
There are a few remaining places where we say CONFIG_SECURE_BOOT rather
than CONFIG_IMX HAB. Update these instances.
Cc: Stefano Babic <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: NXP i.MX U-Boot Team <[email protected]>
Cc: Eddy Petrișor <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Priyanka Jain <[email protected]>
Fixes: d714a75fd4dc ("imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB")
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/spl_qspi.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/spl_qspi.cfg b/arch/arm/mach-imx/spl_qspi.cfg index 88956e626ff..1e39ae2f01f 100644 --- a/arch/arm/mach-imx/spl_qspi.cfg +++ b/arch/arm/mach-imx/spl_qspi.cfg @@ -12,6 +12,6 @@ BOOT_FROM qspi /* * Secure boot support */ -#ifdef CONFIG_SECURE_BOOT +#ifdef CONFIG_IMX_HAB CSF CONFIG_CSF_SIZE #endif |
