aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-zynqmp
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2016-08-23 11:20:21 +0200
committerJerome Forissier <jerome.forissier@linaro.org>2016-08-23 15:03:25 +0200
commit9fc5317183006be2b7ee455ad142abc4149ded47 (patch)
treefb5f70e0a7be68113f5b5ec8b83c7c930f5cd353 /core/arch/arm/plat-zynqmp
parent0251b77565ddfc8f857c82ea912243c9b6f5809f (diff)
Fix invalid default value of $(PLATFORM_FLAVOR)
Fixes the following error: $ make -s PLATFORM=stm core/arch/arm/plat-stm/system_config.mk:20: *** PLATFORM_FLAVOR=qemu_virt is not supported. Stop. (one would expect PLATFORM_FLAVOR to default to 'orly2'). This patch does the following: - Do not set "PLATFORM_FLAVOR ?= qemu_virt" in the main Makefile. The default value for PLATFORM_FLAVOR has to be defined by each platform in plat-*/conf.mk. - Consistent with the above, "PLATFORM_FLAVOR_$(PLATFORM_FLAVOR) := y" is moved to core/core.mk, after $(platform-dir)/conf.mk has been included, i.e., where $(PLATFORM_FLAVOR) can be relied upon. - All definitions of "PLATFORM_FLAVOR_$(PLATFORM_FLAVOR) := y" are removed from platform files, since it is already taken care of in core/core.mk. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'core/arch/arm/plat-zynqmp')
-rw-r--r--core/arch/arm/plat-zynqmp/conf.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/arch/arm/plat-zynqmp/conf.mk b/core/arch/arm/plat-zynqmp/conf.mk
index 87b35db4..67570bc9 100644
--- a/core/arch/arm/plat-zynqmp/conf.mk
+++ b/core/arch/arm/plat-zynqmp/conf.mk
@@ -1,5 +1,4 @@
PLATFORM_FLAVOR ?= zcu102
-PLATFORM_FLAVOR_$(PLATFORM_FLAVOR) := y
# 32-bit flags
arm32-platform-cpuarch := cortex-a53