1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

arm-bsp: redundant entry in FVP TF-A

bl1 is specified twice in the FVP Arm32 include file, which seems
erroneous.

Change-Id: Ib2fc91b547151acfc28f57679e99f649bd0f49ab
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2020-08-24 22:32:20 -04:00
parent fc0ce7964e
commit 46941a67b7

View File

@@ -3,7 +3,7 @@
COMPATIBLE_MACHINE = "fvp-base-arm32"
TFA_PLATFORM = "fvp"
TFA_UBOOT = "1"
TFA_BUILD_TARGET = "dtbs bl1 bl1 bl32 fip"
TFA_BUILD_TARGET = "dtbs bl1 bl32 fip"
EXTRA_OEMAKE_append = " \
ARCH=aarch32 \