Skip to content

Commit b44952d

Browse files
committed
[FIO toup] plat-imx: enable NXP_CAAM on imx7ulp
Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
1 parent 0f253c7 commit b44952d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/arch/arm/plat-imx/conf.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ $(call force,CFG_MX7ULP,y)
133133
$(call force,CFG_TEE_CORE_NB_CORE,1)
134134
$(call force,CFG_TZC380,n)
135135
$(call force,CFG_CSU,n)
136-
$(call force,CFG_NXP_CAAM,n)
136+
$(call force,CFG_NXP_CAAM,y)
137+
$(call force,CFG_IMX_CAAM,n)
137138
include core/arch/arm/cpu/cortex-a7.mk
138139
else ifneq (,$(filter $(PLATFORM_FLAVOR),$(imx8mq-flavorlist)))
139140
$(call force,CFG_IMX8MQ,y)

0 commit comments

Comments
 (0)