boot: zephyr: board: Fix nrf54l15pdk Kconfig fragment
Fixes an issue with this file as it was wrongly disabling QSPI
NOR, which the hardware does not support, when it should have been
disabling SPI NOR
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
(cherry picked from commit 651775b550
)
This commit is contained in:
parent
323eb8d1e7
commit
03d1a443dc
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
CONFIG_BOOT_MAX_IMG_SECTORS=256
|
||||
|
||||
# Ensure that the qspi driver is disabled by default
|
||||
CONFIG_NORDIC_QSPI_NOR=n
|
||||
# Ensure that the SPI NOR driver is disabled by default
|
||||
CONFIG_SPI_NOR=n
|
||||
|
||||
CONFIG_BOOT_WATCHDOG_FEED=n
|
||||
|
|
Loading…
Reference in New Issue