summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2021-03-25 12:30:20 +0300
committerStefano Babic <sbabic@denx.de>2021-04-08 10:18:29 +0300
commit4e682d555d80875ad062e3366b8970e199e04395 (patch)
treec4041feb29c8a5d2be57f69cefa27a4a732c4e03 /cmd
parentc6d5809fe42b08675b99fc6e4651e4cb24a2e391 (diff)
downloadu-boot-4e682d555d80875ad062e3366b8970e199e04395.tar.xz
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>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 9bf5e863e4..e485dd8bea 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -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.