Commit 6eb2531
committed
zephyr: replace removed IMR_L3_HEAP_SIZE to ace_imr_get_mem_size()
After Zephyr changes in commit af974c30747 replace removed
IMR_L3_HEAP_SIZE to ace_imr_get_mem_size().
This fixes build error:
zephyr/lib/alloc.c:220:27: error: 'IMR_L3_HEAP_SIZE' undeclared
(first use in this function)
Signed-off-by: Mateusz Junkier <mateusz.junkier@intel.com>1 parent 7bb0160 commit 6eb2531
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | | - | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
220 | | - | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
0 commit comments