diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:06 -0400 |
commit | 0567099beac2f7c70bc6dcf54f889a4f49037290 (patch) | |
tree | 2b0923fb269064cc36c5b57fa171952d47ba2ea0 /board/ea/mx7ulp_com | |
parent | f23476f0baff89bbb6a5a95756390808ea0d72a9 (diff) | |
download | u-boot-0567099beac2f7c70bc6dcf54f889a4f49037290.tar.gz u-boot-0567099beac2f7c70bc6dcf54f889a4f49037290.tar.bz2 u-boot-0567099beac2f7c70bc6dcf54f889a4f49037290.zip |
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 <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Cc: Eddy Petrișor <eddy.petrisor@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Fixes: d714a75fd4dc ("imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB")
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/ea/mx7ulp_com')
-rw-r--r-- | board/ea/mx7ulp_com/imximage.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ea/mx7ulp_com/imximage.cfg b/board/ea/mx7ulp_com/imximage.cfg index d298d17c1e..1b218996ae 100644 --- a/board/ea/mx7ulp_com/imximage.cfg +++ b/board/ea/mx7ulp_com/imximage.cfg @@ -28,7 +28,7 @@ BOOT_FROM sd PLUGIN board/freescale/mx7ulp_evk/plugin.bin 0x2F020000 #else -#ifdef CONFIG_SECURE_BOOT +#ifdef CONFIG_IMX_HAB CSF CONFIG_CSF_SIZE #endif /* |