aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-02-11 17:38:31 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-02-12 10:53:05 +0000
commit9d25c050b477993a875a24314068bd27510ea8ab (patch)
tree92c3626b6c9965f55e8bf682644cc0fc06cb9dca
parent561ec323a13e31d3aed02803ab1576a0b037b5e1 (diff)
fvp_minimal becomes fvparmlt-20160212-001
uefi-tools has changed to build fvp instead of fvp_minimal. Recent changes in the UEFI code mean that both configs ended up the same, except the output directory was different. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--variants/fvp-busybox4
1 files changed, 2 insertions, 2 deletions
diff --git a/variants/fvp-busybox b/variants/fvp-busybox
index 6cf7877..03e95b2 100644
--- a/variants/fvp-busybox
+++ b/variants/fvp-busybox
@@ -54,11 +54,11 @@ UEFI_BUILD_ENABLED=0
BUILD_SCRIPTS=$BUILD_SCRIPTS"build-uefi.sh "
UEFI_PATH=uefi/edk2
UEFI_TOOLS_PATH=uefi/uefi-tools
-UEFI_PLATFORMS="fvp_minimal"
+UEFI_PLATFORMS="fvp"
UEFI_BINARY="FVP_AARCH64_EFI.fd"
UEFI_BUILD_MODE=DEBUG
UEFI_TOOLCHAIN=GCC49
-UEFI_OUTPUT_PLATFORMS="ArmVExpress-FVP-AArch64-Minimal"
+UEFI_OUTPUT_PLATFORMS="ArmVExpress-FVP-AArch64"
UEFI_OUTPUT_DESTS[fvp]=fvp
ARM_TF_BUILD_ENABLED=1