Skip to content

Commit

Permalink
warp: Use the correct symbol for CONFIG_IMX_HAB
Browse files Browse the repository at this point in the history
The intention of commit d714a75 ("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: d714a75 ("imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB")
Signed-off-by: Fabio Estevam <[email protected]>
  • Loading branch information
fabioestevam authored and sbabic committed Aug 9, 2021
1 parent 249ee65 commit 82679f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/warp/imximage.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BOOT_FROM sd
/*
* Secure boot support
*/
#ifdef CONFIG__IMX_HAB
#ifdef CONFIG_IMX_HAB
CSF CONFIG_CSF_SIZE
#endif

Expand Down

0 comments on commit 82679f9

Please sign in to comment.