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.
#include <malloc.h>
#include <asm/byteorder.h>
#include <linux/compiler.h>
-#if defined(CONFIG_ARCH_MX6) || defined(CONFIG_ARCH_MX7)
+#if defined(CONFIG_ARCH_MX6) || defined(CONFIG_ARCH_MX7) || \
+ defined(CONFIG_ARCH_MX7ULP)
#include <fsl_sec.h>
#include <asm/arch/clock.h>
#endif
src_ptr = (uint8_t *)(uintptr_t)src_addr;
dst_ptr = (uint8_t *)(uintptr_t)dst_addr;
-#if defined(CONFIG_ARCH_MX6) || defined(CONFIG_ARCH_MX7)
+#if defined(CONFIG_ARCH_MX6) || defined(CONFIG_ARCH_MX7) || \
+ defined(CONFIG_ARCH_MX7ULP)
hab_caam_clock_enable(1);