Skip to content

Commit

Permalink
plat_rz: g2l: remove forced CFG_CORE_ASLR disable
Browse files Browse the repository at this point in the history
  • Loading branch information
takunoriotsuka committed Aug 8, 2023
1 parent 86a4f20 commit c6e430d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/arch/arm/plat-rz/g2l/rzg2l_conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ $(call force,CFG_CORE_LARGE_PHYS_ADDR,y)
$(call force,CFG_CORE_ARM64_PA_BITS,36)
$(call force,CFG_GIC,y)
$(call force,CFG_ARM_GICV3,y)
$(call force,CFG_CORE_ASLR,n)

ifeq ($(PLATFORM_FLAVOR),g2ul_smarc)
CFG_TEE_CORE_NB_CORE ?= 1
Expand Down

0 comments on commit c6e430d

Please sign in to comment.