summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
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 2074ac5fe2..9991b2e29a 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1297,8 +1297,8 @@ config CMD_AES
config CMD_BLOB
bool "Enable the 'blob' command"
- depends on !MX6ULL && !MX6SLL && !MX6SL && !IMX8M
- select SECURE_BOOT if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP
+ depends on !MX6ULL && !MX6SLL && !MX6SL
+ select SECURE_BOOT if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP || ARCH_IMX8M
help
This is used with the Freescale secure boot mechanism.