Skip to content

Commit 65f9513

Browse files
committed
Revert "[nrf noup] boot/zephyr/boards: nrf54l15pdk ext-flash update"
This reverts commit f5eb648. Signed-off-by: Jamie McCrae <[email protected]>
1 parent c438d2c commit 65f9513

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,3 @@ CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x14000
66
CONFIG_MAIN_STACK_SIZE=20480
77
CONFIG_BOOT_MAX_IMG_SECTORS=512
88
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
9-
# Ensure that the qspi driver is disabled by default
10-
CONFIG_NORDIC_QSPI_NOR=n
11-
12-
# TODO: below are not yet supported and need fixing
13-
CONFIG_FPROTECT=n
14-
15-
CONFIG_BOOT_WATCHDOG_FEED=n

boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/ {
22
chosen {
33
nordic,pm-ext-flash = &mx25r64;
4-
zephyr,code-partition = &boot_partition;
54
};
65
};
76

0 commit comments

Comments
 (0)