1#-------------------------------------------------------------------------------
2# Copyright (c) 2023, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8# In the new split build this file defines a platform specific parameters
9# like mcpu core, arch etc and to be included by NS toolchain file.
10# A platform owner is free to configure toolchain here for building NS side.
11
12# Set architecture and CPU
13set(TFM_SYSTEM_PROCESSOR cortex-m23)
14set(TFM_SYSTEM_ARCHITECTURE armv8-m.base)
15