Skip to content

Commit fb11531

Browse files
committed
[nrf noup] drivers: flash: kconfig: nrf_rram region resolution
adjusting region resolution to match erase-block-size Signed-off-by: Mateusz Michalek <[email protected]>
1 parent af38d0b commit fb11531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/flash/Kconfig.nrf_rram

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ config SOC_FLASH_NRF_TIMEOUT_MULTIPLIER
6969

7070
config NRF_RRAM_REGION_ADDRESS_RESOLUTION
7171
hex
72-
default 0x400
72+
default 0x1000
7373
help
7474
RRAMC's region protection address resolution.
7575
Applies to region with configurable start address.
7676

7777
config NRF_RRAM_REGION_SIZE_UNIT
7878
hex
79-
default 0x400
79+
default 0x1000
8080
help
8181
Base unit for the size of RRAMC's region protection.
8282

0 commit comments

Comments
 (0)