Commit 1a9c383b authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Tegra: Disable A57/A53 cache non-temporal hints



This change disables the cache non-temporal hints for A57 and
A53 CPUs on Tegra.

Change-Id: I279d95aec5afbc3ca3cc4b34aa16de3f2c83a4fc
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent d6845d3d
......@@ -36,6 +36,14 @@ PSCI_EXTENDED_STATE_ID := 1
# Disable the PSCI platform compatibility layer
ENABLE_PLAT_COMPAT := 0
# Disable cache non-temporal hint for A57
A57_DISABLE_NON_TEMPORAL_HINT := 0
$(eval $(call add_define,A57_DISABLE_NON_TEMPORAL_HINT))
# Disable cache non-temporal hint for A53
A53_DISABLE_NON_TEMPORAL_HINT := 0
$(eval $(call add_define,A53_DISABLE_NON_TEMPORAL_HINT))
include plat/nvidia/tegra/common/tegra_common.mk
include ${SOC_DIR}/platform_${TARGET_SOC}.mk
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment