Skip to content

Commit

Permalink
nrf_modem: update shmem ctrl size for nrf92
Browse files Browse the repository at this point in the history
Update the exported shared memory control size for nrf92
after updating the shared memory layout to align with dcache.

Signed-off-by: Andreas Moltumyr <andreas.moltumyr@nordicsemi.no>
  • Loading branch information
anhmolt committed Nov 26, 2024
1 parent 78cc098 commit 478cc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf_modem/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ endif # NRF_MODEM

config NRF_MODEM_SHMEM_CTRL_SIZE
hex
default 0xCE0 if (SOC_SERIES_NRF92X && NRF_MODEM_LINK_BINARY_CELLULAR)
default 0x1000 if (SOC_SERIES_NRF92X && NRF_MODEM_LINK_BINARY_CELLULAR)
default 0x728 if (SOC_SERIES_NRF91X && NRF_MODEM_LINK_BINARY_DECT_PHY)
default 0x4e8

Expand Down

0 comments on commit 478cc03

Please sign in to comment.