aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-hisilicon/conf.mk
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2020-06-07 21:57:38 +0200
committerJérôme Forissier <jerome@forissier.org>2020-06-08 19:16:44 +0200
commit0146c7ad705301df15ffc70928bdd890440e5e11 (patch)
treedb0a9f25121d472ad46a89c2f21351e52d6d5509 /core/arch/arm/plat-hisilicon/conf.mk
parentd49bc74598100826cc90cde2dd929e0c9e3bc29a (diff)
core: make generic boot mandatory
The OP-TEE booting has since quite some time been unified in the sense that all platforms use CFG_GENERIC_BOOT=y. Make this configuration option mandatory and remove the CFG_GENERIC_BOOT flag. Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'core/arch/arm/plat-hisilicon/conf.mk')
-rw-r--r--core/arch/arm/plat-hisilicon/conf.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/arch/arm/plat-hisilicon/conf.mk b/core/arch/arm/plat-hisilicon/conf.mk
index b91c189f..b19f788c 100644
--- a/core/arch/arm/plat-hisilicon/conf.mk
+++ b/core/arch/arm/plat-hisilicon/conf.mk
@@ -9,7 +9,6 @@ $(call force,CFG_TEE_CORE_NB_CORE,2)
# Hi3519av100 has got two clusters, one core per cluster
$(call force,CFG_CORE_CLUSTER_SHIFT,0)
-$(call force,CFG_GENERIC_BOOT,y)
$(call force,CFG_PL011,y)
$(call force,CFG_PM_STUBS,y)
$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)