aboutsummaryrefslogtreecommitdiff
path: root/leg-virt-tiancore-edk2-upstream.yaml
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-08-25 15:12:25 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2015-08-25 15:12:25 +0200
commit989e35b46baa68f3cea4ee7eeb4405f77190ca3b (patch)
treecfa1a5aa21f9c565c621d577716baece1dc5405a /leg-virt-tiancore-edk2-upstream.yaml
parent344687712eff0c65643bb81d65ecf280a693e42c (diff)
leg-virt-tianocore: drop ARM_FOUNDATION_FVP define from FVP build command
The ARM_FOUNDATION_FVP macro has become a no-op now that FVP Base model and FVP Foundation model support has been unified. Change-Id: I814844e81d0047f65bc5ad5fda34c4797b0038c7 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'leg-virt-tiancore-edk2-upstream.yaml')
-rw-r--r--leg-virt-tiancore-edk2-upstream.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/leg-virt-tiancore-edk2-upstream.yaml b/leg-virt-tiancore-edk2-upstream.yaml
index 7eb281638c..c5d03f9c4a 100644
--- a/leg-virt-tiancore-edk2-upstream.yaml
+++ b/leg-virt-tiancore-edk2-upstream.yaml
@@ -126,7 +126,7 @@
cp Build/ArmVirtQemu-AARCH64/${type}_${tc}/FV/QEMU_EFI.fd ${OUTDIR}/QEMU-AARCH64/${type}_${tc}-SECURE
mkdir -p ${OUTDIR}/FVP-AARCH64/${type}_${tc}
- build -a AARCH64 -t ${tc} -b ${type} -n $NUM_THREADS -p ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc -D ARM_FOUNDATION_FVP -D DTB_DIR=${DTBDIR}
+ build -a AARCH64 -t ${tc} -b ${type} -n $NUM_THREADS -p ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc -D DTB_DIR=${DTBDIR}
cp Build/ArmVExpress-FVP-AArch64/${type}_${tc}/FV/FVP_AARCH64_EFI.fd ${OUTDIR}/FVP-AARCH64/${type}_${tc}
done
done