mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
cmd: blob: Add IMX_HAB and CAAM supported SoCs as dependency
In order to build CMD_BLOB on i.MX CAAM supported devices it's necessary to select IMX_HAB. Add IMX_HAB and CAAM supported SoCs as dependency. Signed-off-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
c6d5809fe4
commit
4e682d555d
1 changed files with 2 additions and 0 deletions
|
@ -1960,6 +1960,8 @@ config CMD_AES
|
|||
|
||||
config CMD_BLOB
|
||||
bool "Enable the 'blob' command"
|
||||
depends on !MX6ULL && !MX6SLL && !MX6SL && !IMX8M && !MX7ULP
|
||||
select IMX_HAB if ARCH_MX6 || ARCH_MX7
|
||||
help
|
||||
This is used with the Freescale secure boot mechanism.
|
||||
|
||||
|
|
Loading…
Reference in a new issue