Skip to content

Commit b431f4d

Browse files
jonathannilsenrlubos
authored andcommitted
Revert "[nrf fromlist] boards: nrf54h20dk: Limit app core FLASH_LOAD_SIZE"
This reverts commit 0c78958. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent f3d6f3a commit b431f4d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

boards/nordic/nrf54h20dk/Kconfig.defconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ if !USE_DT_CODE_PARTITION
1919
config FLASH_LOAD_OFFSET
2020
default $(dt_nodelabel_reg_addr_hex,cpuapp_boot_partition)
2121

22-
# This is meant to span 'cpuapp_boot_partition' and 'cpuapp_slot0_partition'
23-
# in the default memory map.
24-
config FLASH_LOAD_SIZE
25-
default $(add_hex, $(dt_nodelabel_reg_addr_hex,cpuapp_slot0_partition), \
26-
$(dt_nodelabel_reg_size_hex,cpuapp_slot0_partition), \
27-
-$(dt_nodelabel_reg_addr_hex,cpuapp_boot_partition))
28-
2922
endif # !USE_DT_CODE_PARTITION
3023

3124
endif # BOARD_NRF54H20DK_NRF54H20_CPUAPP

0 commit comments

Comments
 (0)