Skip to content

Commit 03363af

Browse files
committed
marvell: a8k: enable BL31 cache by default
BL31_CACHE_DISABLE flag was introduced as a work-around for the older SoC revisions. Since it is not relevant in the newest versions, toggle it to be disabled by default. One can still specify it by adding 'BL31_CACHE_DISABLE=1' string to the build command. Change-Id: I11b52dade3ff7f8ee643b8078c6e447c45946570 Signed-off-by: Marcin Wojtas <mw@semihalf.com>
1 parent ec29ce6 commit 03363af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plat/marvell/a8k/common/a8k_common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2016 - 2018 Marvell International Ltd.
2+
# Copyright (C) 2016 - 2020 Marvell International Ltd.
33
#
44
# SPDX-License-Identifier: BSD-3-Clause
55
# https://spdx.org/licenses
@@ -22,7 +22,7 @@ ERRATA_A72_859971 := 1
2222
MSS_SUPPORT := 1
2323

2424
# Disable EL3 cache for power management
25-
BL31_CACHE_DISABLE := 1
25+
BL31_CACHE_DISABLE := 0
2626
$(eval $(call add_define,BL31_CACHE_DISABLE))
2727

2828
$(eval $(call add_define,PCI_EP_SUPPORT))

0 commit comments

Comments
 (0)