summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorFranck LENORMAND <franck.lenormand@nxp.com>2021-03-25 17:30:24 +0800
committerStefano Babic <sbabic@denx.de>2021-04-08 09:18:29 +0200
commit88e7f5be3871a9002d4fa0fe7c9aabaab7edb0dc (patch)
tree23dfe694f61170e5623c2afe8dc9c5cf12848607 /cmd/Kconfig
parentb5438002416d24e09ddd9ad68dbd1b87548de157 (diff)
imx7ulp: Enable support for cmd blob
Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index e485dd8bea..10393eea44 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1960,8 +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
+ depends on !MX6ULL && !MX6SLL && !MX6SL && !IMX8M
+ select IMX_HAB if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP
help
This is used with the Freescale secure boot mechanism.