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:
Jamie McCrae 2024-09-04 09:41:25 +01:00
parent 323eb8d1e7
commit 03d1a443dc
1 changed files with 2 additions and 2 deletions

View File

@ -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