From 4fbd097c88d74b47ce2d17198429a8d900acad99 Mon Sep 17 00:00:00 2001 From: Andreas Moltumyr Date: Tue, 26 Nov 2024 09:36:06 +0100 Subject: [PATCH] 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 --- nrf_modem/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrf_modem/Kconfig b/nrf_modem/Kconfig index 0d69ac09f7..44ff5078ea 100644 --- a/nrf_modem/Kconfig +++ b/nrf_modem/Kconfig @@ -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