board.mk 305 B

123456789101112
  1. #
  2. # Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
  3. #
  4. # SPDX-License-Identifier: BSD-3-Clause
  5. #
  6. # Define sec_proxy usage as the lite version
  7. K3_SEC_PROXY_LITE := 1
  8. $(eval $(call add_define,K3_SEC_PROXY_LITE))
  9. # We dont have system level coherency capability
  10. USE_COHERENT_MEM := 0