mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
warp: Use the correct symbol for CONFIG_IMX_HAB
The intention of commitd714a75fd4
("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:
parent
249ee657e6
commit
82679f94e7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ BOOT_FROM sd
|
|||
/*
|
||||
* Secure boot support
|
||||
*/
|
||||
#ifdef CONFIG__IMX_HAB
|
||||
#ifdef CONFIG_IMX_HAB
|
||||
CSF CONFIG_CSF_SIZE
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue