diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-10 10:12:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-10 10:12:25 -0400 |
commit | f6af0d77e6b8b47ecb4546126a47684d84660d85 (patch) | |
tree | ff7e06b938f7c65f055915edcf9ca5e0c56c1802 /board/freescale | |
parent | aeabaff87fbe2f5bc4e2a4ef48ca4eaadeef0c56 (diff) | |
download | u-boot-WIP/more-CONFIG-moves.tar.gz |
arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HABWIP/more-CONFIG-moves
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: Vladimir Oltean <olteanv@gmail.com>
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>
---
Note that we have one place left for CONFIG_SECURE_BOOT being in use but
I think that is shared with PowerPC so I don't think IMX_HAB is the
right name. But perhaps I'm wrong about it being used for PowerPC?
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/s32v234evb/s32v234evb.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/s32v234evb/s32v234evb.cfg b/board/freescale/s32v234evb/s32v234evb.cfg index 7881512139..d7f7220063 100644 --- a/board/freescale/s32v234evb/s32v234evb.cfg +++ b/board/freescale/s32v234evb/s32v234evb.cfg @@ -23,6 +23,6 @@ BOOT_FROM sd */ -#ifdef CONFIG_SECURE_BOOT +#ifdef CONFIG_IMX_HAB SECURE_BOOT #endif |