warp: Use the correct symbol for CONFIG_IMX_HAB

The intention of commit d714a75fd4 ("imx: replace CONFIG_SECURE_BOOT
with CONFIG_IMX_HAB") was to convert from CONFIG_SECURE_BOOT to
CONFIG_IMX_HAB, but it replaced with an extra "_" character.

Fix it by using the correct CONFIG_IMX_HAB symbol.

Fixes: d714a75fd4 ("imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
Fabio Estevam 2021-07-26 16:01:48 -03:00 committed by Stefano Babic
parent 249ee657e6
commit 82679f94e7

View file

@ -24,7 +24,7 @@ BOOT_FROM sd
/*
* Secure boot support
*/
#ifdef CONFIG__IMX_HAB
#ifdef CONFIG_IMX_HAB
CSF CONFIG_CSF_SIZE
#endif