summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTero Kristo <[email protected]>2021-06-11 11:45:17 +0300
committerLokesh Vutla <[email protected]>2021-06-11 16:34:52 +0530
commitdf5363a67f357106e559a64c09f6535ddac12ec1 (patch)
treeb58e6640041cd70ad7e834348678958633f6a3fd /arch
parentf79753c3defb15c037e4e8be6235b2a37a8b56d4 (diff)
tools: k3_fit_atf: add DM binary to the FIT image
Add DM (device manager) firmware image to the fit image that is loaded by R5 SPL. This is needed with the HSM rearch where the firmware allocation has been changed slightly. Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
Diffstat (limited to 'arch')
-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 67448906820..da458bcfb29 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