Commit 9abc17b0 authored by Andrej Butok's avatar Andrej Butok Committed by Anas Nashif
Browse files

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: default avatarAndrej Butok <andrey.butok@nxp.com>
parent 39052810
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
# 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