Skip to content

Commit

Permalink
[nrf noup] boot/zephyr/boards: nrf54l15pdk ext-flash update
Browse files Browse the repository at this point in the history
This patch supplements the configuration for external flash so
MCUboot can be build with FILE_SUFFIX="ext_flash" for the nrf54l15pdk
instead of explicitly configuration specification.

Signed-off-by: Andrzej Puzdrowski <[email protected]>
(cherry picked from commit 3131c92)
  • Loading branch information
nvlsianpu authored and anangl committed Jun 28, 2024
1 parent 826a407 commit 0656a67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x14000
CONFIG_MAIN_STACK_SIZE=20480
CONFIG_BOOT_MAX_IMG_SECTORS=512
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
# Ensure that the qspi driver is disabled by default
CONFIG_NORDIC_QSPI_NOR=n

# TODO: below are not yet supported and need fixing
CONFIG_FPROTECT=n

CONFIG_BOOT_WATCHDOG_FEED=n
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/ {
chosen {
nordic,pm-ext-flash = &mx25r64;
zephyr,code-partition = &boot_partition;
};
};

Expand Down

0 comments on commit 0656a67

Please sign in to comment.