platform.mk 330 B

1234567891011
  1. #
  2. # Copyright (c) 2022-2023, Stephan Gerhold <stephan@gerhold.net>
  3. #
  4. # SPDX-License-Identifier: BSD-3-Clause
  5. #
  6. # Cache cannot be enabled early on MSM8939 because the CCI-400 must be
  7. # enabled before the CPUs in both clusters become cache-coherent.
  8. override WARMBOOT_ENABLE_DCACHE_EARLY := 0
  9. include plat/qti/msm8916/platform.mk