1#------------------------------------------------------------------------------- 2# Copyright (c) 2020-2023, Arm Limited. All rights reserved. 3# Copyright (c) 2023, Nuvoton Technology Corp. All rights reserved. 4# 5# SPDX-License-Identifier: BSD-3-Clause 6# 7#------------------------------------------------------------------------------- 8 9set(MCUBOOT_IMAGE_NUMBER 2 CACHE STRING "Whether to combine S and NS into either 1 image, or sign each separately") 10set(BL2_TRAILER_SIZE 0x800 CACHE STRING "Trailer size") 11 12# Platform-specific configurations 13set(CONFIG_TFM_USE_TRUSTZONE ON ) 14set(TFM_MULTI_CORE_TOPOLOGY OFF) 15set(NV_ENABLE_ETM OFF)