Skip to content

Commit 474c1bd

Browse files
committed
[nrf fromlist] boot/zephyr/boards: configure fastest RRAM operations
Configured CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32 Which ensure the fastest bulk RRAM write operations. Upstream PR #: 2150 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent b82206c commit 474c1bd

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

boot/zephyr/boards/nrf54l15dk_nrf54l05_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ CONFIG_SPI_NOR=n
1010
CONFIG_FPROTECT=y
1111

1212
CONFIG_BOOT_WATCHDOG_FEED=n
13+
14+
# Ensure the fastest RRAM write operations
15+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

boot/zephyr/boards/nrf54l15dk_nrf54l10_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ CONFIG_SPI_NOR=n
1010
CONFIG_FPROTECT=y
1111

1212
CONFIG_BOOT_WATCHDOG_FEED=n
13+
14+
# Ensure the fastest RRAM write operations
15+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ CONFIG_SPI_NOR=n
1111
CONFIG_FPROTECT=n
1212

1313
CONFIG_BOOT_WATCHDOG_FEED=n
14+
15+
# Ensure the fastest RRAM write operations
16+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

0 commit comments

Comments
 (0)