From cfada93530aa10b651cb3f622276c428efb1fefb Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Fri, 8 Dec 2023 15:09:17 +0100 Subject: [PATCH] plat-sam: force CFG_EXTERNAL_DT to n Because this feature isn't used on SAM platforms and to disable DT insecure warning. Signed-off-by: Thomas Perrot Acked-by: Jens Wiklander --- core/arch/arm/plat-sam/conf.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/arch/arm/plat-sam/conf.mk b/core/arch/arm/plat-sam/conf.mk index d546cbc6af7..97b2f0ae11a 100644 --- a/core/arch/arm/plat-sam/conf.mk +++ b/core/arch/arm/plat-sam/conf.mk @@ -39,6 +39,9 @@ $(call force,CFG_CORE_HAS_GENERIC_TIMER,n) $(call force,CFG_TZDRAM_START,0x20000000) $(call force,CFG_TZDRAM_SIZE,0x800000) +# This value is forced because this feature isn't used by SAM platforms. +$(call force,CFG_EXTERNAL_DT,n) + CFG_MMAP_REGIONS ?= 24 CFG_SHMEM_START ?= 0x21000000