boards: nxp: mimxrt1170_evk: Delete redundant Kconfig.sysbuild
Remove unnecessary Kconfig.sysbuild for mimxrt1170_evk as MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH is set by default without it. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
parent
390528101a
commit
9abc17b034
1 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
|||
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
choice MCUBOOT_MODE
|
||||
default MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH if BOARD_MIMXRT1170_EVK_MIMXRT1176_CM7
|
||||
endchoice
|
||||
Loading…
Reference in a new issue