Skip to content

Commit 651775b

Browse files
committed
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>
1 parent a376262 commit 651775b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
CONFIG_BOOT_MAX_IMG_SECTORS=256
66

7-
# Ensure that the qspi driver is disabled by default
8-
CONFIG_NORDIC_QSPI_NOR=n
7+
# Ensure that the SPI NOR driver is disabled by default
8+
CONFIG_SPI_NOR=n
99

1010
CONFIG_BOOT_WATCHDOG_FEED=n

0 commit comments

Comments
 (0)