aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2015-02-18 17:28:07 +0000
committerDan Handley <dan.handley@arm.com>2015-04-13 17:14:43 +0100
commitd0687b26016913fd162742b1dee6aa3c771c0539 (patch)
treecbc522fdebc869ddad275c1dba9b7c8a8c948c60
parent9c7eecce726c2089494a4e4b31374a34a34ec7f0 (diff)
Remove the ARCH build configuration from the Makefile
The ARCH variable, which defaults to 'aarch64', gives the wrong impression that the Trusted Firmware can be built for other architectures. This patch removes it. This doesn't have any consequence on the rest of the build system because the variable was unused. Change-Id: I97130f11f7733a3cbdfc89989587f2ebecaf3294
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aefcd2c..02bb317 100644
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,6 @@ VERSION_MINOR := 1
V := 0
# Debug build
DEBUG := 0
-# Build architecture
-ARCH := aarch64
# Build platform
DEFAULT_PLAT := fvp
PLAT := ${DEFAULT_PLAT}