mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
arm: trusted-firmware-a: fix compilation order
Swap the compile order and make the fip to build at the end when there is all the needed targets compiled. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
This commit is contained in:
@@ -36,7 +36,7 @@ TF-A_DEBUG ?= "1"
|
||||
TF-A_AARCH32_SP ?= "sp_min"
|
||||
TF-A_BL33 ?= ""
|
||||
|
||||
TF-A_TARGET_IMAGES ?= "fip all"
|
||||
TF-A_TARGET_IMAGES ?= "all fip"
|
||||
TF-A_EXTRA_OPTIONS ?= ""
|
||||
|
||||
do_compile() {
|
||||
|
||||
Reference in New Issue
Block a user