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>
This commit is contained in:
parent
a3762626f8
commit
651775b550
|
@ -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