Commit 43ef9d8
nrf_modem_lib: Fix SHMEM CTRL address
It was using the `cpuapp_cpucell_ipc_shm` node, which no longer exists.
Use the matching `cpuapp_cpucell_ipc_shm_ctrl` node instead, and add a
build assert on CONFIG_NRF_MODEM_LIB_SHMEM_CTRL_SIZE for good measure.
Signed-off-by: Grzegorz Swiderski <[email protected]>1 parent a9543c9 commit 43ef9d8
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| |||
0 commit comments