Skip to content

Commit

Permalink
plat-sam: remove CFG_PL310_LOCKED
Browse files Browse the repository at this point in the history
When locking the PL310 cache, it behaves as disable which lead to poor
performances in Linux.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Tony Han <tony.han@microchip.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
clementleger authored and jforissier committed Apr 18, 2024
1 parent 2567597 commit 16fbd46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/arch/arm/plat-sam/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ include core/arch/arm/cpu/cortex-a5.mk
$(call force,CFG_SAMA5D2,y)
$(call force,CFG_ATMEL_SAIC,y)
$(call force,CFG_PL310,y)
$(call force,CFG_PL310_LOCKED,y)
endif

$(call force,CFG_TEE_CORE_NB_CORE,1)
Expand Down

0 comments on commit 16fbd46

Please sign in to comment.