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 c065816 commit 6306435
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)
# Not used now for current platform
$(call force,CFG_EXTERNAL_DT,n)

CFG_INSECURE ?= n

CFG_MMAP_REGIONS ?= 24

CFG_SHMEM_START ?= 0x21000000
Expand Down

0 comments on commit 6306435

Please sign in to comment.