From 0567099beac2f7c70bc6dcf54f889a4f49037290 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 16 Jun 2020 19:06:24 -0400 Subject: arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are a few remaining places where we say CONFIG_SECURE_BOOT rather than CONFIG_IMX HAB. Update these instances. Cc: Stefano Babic Cc: Fabio Estevam Cc: NXP i.MX U-Boot Team Cc: Eddy Petrișor Cc: Shawn Guo Cc: Priyanka Jain Fixes: d714a75fd4dc ("imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB") Signed-off-by: Tom Rini Reviewed-by: Stefano Babic --- board/freescale/s32v234evb/s32v234evb.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/s32v234evb') 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 -- cgit