17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
# STM32L552ZE Q Nucleo board configuration
|
|
|
|
# Copyright (c) 2020 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NUCLEO_L552ZE_Q_STM32L552XX_NS
|
|
|
|
if TRUSTED_EXECUTION_NONSECURE
|
|
|
|
# Get flash configuration for NS image from dts flash partition
|
|
config USE_DT_CODE_PARTITION
|
|
default y
|
|
|
|
endif # TRUSTED_EXECUTION_NONSECURE
|
|
|
|
endif # BOARD_NUCLEO_L552ZE_Q_STM32L552XX_NS
|