boards: stm32n6570_dk: Use /fsbl variant as mcuboot target
Add a sysbuild configuration to specify that mcuboot uses fsbl variant. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
committed by
Benjamin Cabé
parent
34df4066a2
commit
13d334abb9
6
boards/st/stm32n6570_dk/Kconfig.sysbuild
Normal file
6
boards/st/stm32n6570_dk/Kconfig.sysbuild
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (c) 2025 STMicroelectronics
|
||||
|
||||
choice BOOTLOADER
|
||||
default BOOTLOADER_MCUBOOT
|
||||
endchoice
|
||||
6
boards/st/stm32n6570_dk/sysbuild.cmake
Normal file
6
boards/st/stm32n6570_dk/sysbuild.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (c) 2025 STMicroelectronics
|
||||
|
||||
if(SB_CONFIG_BOOTLOADER_MCUBOOT)
|
||||
set_target_properties(mcuboot PROPERTIES BOARD stm32n6570_dk/stm32n657xx/fsbl)
|
||||
endif()
|
||||
Reference in New Issue
Block a user