From ad09efd4f0c75d84a69f6817b1bea055ea9baebb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 28 Aug 2020 11:49:34 +0100 Subject: [PATCH] arm-bsp/trusted-firmware-a: reorder the build targets Build the DTBs before the FIP, as the latter depends on the former to exist. Change-Id: I6059805458b12cb87c2af77eb924778844dc88ec Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc index c685d7db..3aa8520b 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc @@ -5,7 +5,7 @@ TFA_PLATFORM = "juno" TFA_DEBUG = "1" TFA_MBEDTLS = "1" TFA_UBOOT = "1" -TFA_BUILD_TARGET = "bl1 bl2 bl31 fip dtbs" +TFA_BUILD_TARGET = "bl1 bl2 bl31 dtbs fip" # Juno needs the System Control Processor Firmware DEPENDS += "virtual/control-processor-firmware"