Stephan Gerhold | 53145c3 | 2022-09-16 21:07:37 +0200 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2022-2023, Stephan Gerhold <stephan@gerhold.net> | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | # Cache cannot be enabled early on MSM8939 because the CCI-400 must be | ||||
8 | # enabled before the CPUs in both clusters become cache-coherent. | ||||
9 | override WARMBOOT_ENABLE_DCACHE_EARLY := 0 | ||||
10 | |||||
11 | include plat/qti/msm8916/platform.mk |