blob: 58c966a8e2e212ee33a8084b181e6440cd4ed8d2 [file] [log] [blame]
Nishanth Menonf49cf9e2017-09-20 01:32:13 -05001#
2# Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
Nishanth Menond32de842020-12-10 18:39:41 -06007# Define sec_proxy usage as the full prioritized communication scheme
8K3_SEC_PROXY_LITE := 0
9$(eval $(call add_define,K3_SEC_PROXY_LITE))
10
Nishanth Menonb7a47ae2020-12-10 22:17:58 -060011# System coherency is managed in hardware
12USE_COHERENT_MEM := 1