Skip to content

Commit 4614a7d

Browse files
michalek-nojukkar
authored andcommitted
[nrf noup] drivers: flash: kconfig: nrf_rram region resolution
adjusting region resolution to match erase-block-size Signed-off-by: Mateusz Michalek <[email protected]> (cherry picked from commit 73823d3)
1 parent c72caa9 commit 4614a7d

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
@@ -70,14 +70,14 @@ config SOC_FLASH_NRF_TIMEOUT_MULTIPLIER
7070

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

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

0 commit comments

Comments
 (0)