imx7ulp: Enable support for cmd blob
Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig
index e485dd8..10393ee 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1960,8 +1960,8 @@
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.