Skip to content

Commit 906e5bd

Browse files
anhmoltNordicBuilder
authored andcommitted
nrf_modem: update shmem ctrl size for nrf92
Update the exported shared memory control size for nrf92 after updating the shared memory layout to align with dcache. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent f5860ff commit 906e5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf_modem/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endif # NRF_MODEM
4545

4646
config NRF_MODEM_SHMEM_CTRL_SIZE
4747
hex
48-
default 0xCE0 if (SOC_SERIES_NRF92X && NRF_MODEM_LINK_BINARY_CELLULAR)
48+
default 0x1000 if (SOC_SERIES_NRF92X && NRF_MODEM_LINK_BINARY_CELLULAR)
4949
default 0x728 if (SOC_SERIES_NRF91X && NRF_MODEM_LINK_BINARY_DECT_PHY)
5050
default 0x4e8
5151

0 commit comments

Comments
 (0)