Browse Source
Rather than configuring USE_DT_CODE_PARTITION in all ns targets, do it conditionally as part of SoC description. This allows cleaning up some BOARD dedicated symbols that are now useless. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
6 changed files with 4 additions and 40 deletions
@ -1,16 +0,0 @@
@@ -1,16 +0,0 @@
|
||||
# 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 |
Loading…
Reference in new issue