aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-k3/config.mk')
-rw-r--r--arch/arm/mach-k3/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/config.mk b/arch/arm/mach-k3/config.mk
index 6744890..da458bcf 100644
--- a/arch/arm/mach-k3/config.mk
+++ b/arch/arm/mach-k3/config.mk
@@ -49,6 +49,10 @@ endif
ifdef CONFIG_ARM64
+ifeq ($(CONFIG_SOC_K3_J721E),)
+export DM := /dev/null
+endif
+
ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
SPL_ITS := u-boot-spl-k3_HS.its
$(SPL_ITS): export IS_HS=1