Skip to content

Commit a0de307

Browse files
gchwiernvlsianpu
authored andcommitted
Revert "[nrf noup] boot/zephyr: add nrf54l15dk ext flash configs"
This reverts commit 5ef6bae.
1 parent 70846f7 commit a0de307

7 files changed

+17
-71
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
CONFIG_BOOT_MAX_IMG_SECTORS=256
6+
7+
# Ensure that the SPI NOR driver is disabled by default
8+
CONFIG_SPI_NOR=n
9+
10+
# TODO: below are not yet supported and need fixing
11+
CONFIG_FPROTECT=n
12+
13+
CONFIG_BOOT_WATCHDOG_FEED=n
14+
15+
# Ensure the fastest RRAM write operations
16+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf

Lines changed: 0 additions & 9 deletions
This file was deleted.

boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 0 additions & 48 deletions
This file was deleted.

boot/zephyr/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CONFIG_BOOT_BOOTSTRAP=n
1212
# CONFIG_HEAP_MEM_POOL_SIZE is not set
1313

1414
CONFIG_FLASH=y
15+
CONFIG_FPROTECT=y
1516

1617
### Various Zephyr boards enable features that we don't want.
1718
# CONFIG_BT is not set
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
# Copyright (c) 2024 Nordic Semiconductor ASA
2-
#
3-
# SPDX-License-Identifier: Apache-2.0
4-
#
5-
CONFIG_BOOT_MAX_IMG_SECTORS=256
6-
7-
# Ensure that the SPI NOR driver is disabled by default
8-
CONFIG_SPI_NOR=n
9-
10-
CONFIG_BOOT_WATCHDOG_FEED=n
11-
12-
# Ensure the fastest RRAM write operations
13-
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32
14-
151
# Link Time Optimizations
162
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
173
CONFIG_LTO=y

0 commit comments

Comments
 (0)