Skip to content

Commit

Permalink
plat-sam: disable CFG_INSECURE
Browse files Browse the repository at this point in the history
Disable by default insecure configuration for SAM platforms.

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

CFG_MMAP_REGIONS ?= 24

CFG_SHMEM_START ?= 0x21000000
Expand Down

0 comments on commit e53a6c7

Please sign in to comment.