From 931758110c26b9d8909e7aa7c7354efb4441b703 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Thu, 21 Apr 2022 19:27:11 +0200 Subject: Add Corstone-310 target Change-Id: Idcb2238895668ee4858c2e858c02c6765f4b1702 --- applications/trustzone_inference/secure/CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'applications/trustzone_inference/secure/CMakeLists.txt') diff --git a/applications/trustzone_inference/secure/CMakeLists.txt b/applications/trustzone_inference/secure/CMakeLists.txt index 1e4a98b..b1f84f3 100644 --- a/applications/trustzone_inference/secure/CMakeLists.txt +++ b/applications/trustzone_inference/secure/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Arm Limited. All rights reserved. +# Copyright (c) 2021-2022 Arm Limited. # # SPDX-License-Identifier: Apache-2.0 # @@ -38,8 +38,10 @@ target_compile_definitions(trustzone_secure PUBLIC TRUSTZONE_SECURE) # Use the fast memory to support both 11.12.57 and 11.13.x release # of the FVP -target_compile_definitions( - trustzone_secure PUBLIC ETHOSU_FAST_MEMORY_SIZE=0xa0000) +target_compile_options(trustzone_secure PUBLIC + -UETHOSU_FAST_MEMORY_SIZE -DETHOSU_FAST_MEMORY_SIZE=0xa0000 + -UETHOSU_ARENA -DETHOSU_ARENA=1 + -UETHOSU_MODEL -DETHOSU_MODEL=1) target_compile_options(trustzone_secure PUBLIC -mcmse) -- cgit v1.2.1