Skip to content

Commit

Permalink
plat-sam: force CFG_EXTERNAL_DT to n
Browse files Browse the repository at this point in the history
Because this feature isn't used on SAM platforms and to disable DT
insecure warning.

Signed-off-by: Thomas Perrot <[email protected]>
  • Loading branch information
tprrt committed Dec 8, 2023
1 parent dc6563d commit 022a72e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/arch/arm/plat-sam/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 022a72e

Please sign in to comment.