From df5363a67f357106e559a64c09f6535ddac12ec1 Mon Sep 17 00:00:00 2001 From: Tero Kristo Date: Fri, 11 Jun 2021 11:45:17 +0300 Subject: 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 Signed-off-by: Tero Kristo --- arch/arm/mach-k3/config.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/mach-k3') 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 -- cgit v1.2.3