mirror of https://github.com/thesofproject/sof.git
zephyr: imx: drop linking to platform/memory.c
The platform memory.c defines "sof->memory_map" which is used by the XTOS allocator code (sof/src/lib/alloc.c). The NXP Zephyr build targets no longer use this allocator, so the platform memory definitions are no longer needed. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
96b4fdb4fe
commit
d5f9f3771d
|
@ -312,7 +312,6 @@ if (CONFIG_SOC_MIMX8QM6_ADSP OR CONFIG_SOC_MIMX8QX6_ADSP)
|
|||
zephyr_library_sources(
|
||||
${SOF_PLATFORM_PATH}/imx8/platform.c
|
||||
${SOF_PLATFORM_PATH}/imx8/lib/clk.c
|
||||
${SOF_PLATFORM_PATH}/imx8/lib/memory.c
|
||||
)
|
||||
|
||||
# SOF core infrastructure - runs on top of Zephyr
|
||||
|
@ -339,7 +338,6 @@ if (CONFIG_SOC_MIMX8ML8_ADSP)
|
|||
zephyr_library_sources(
|
||||
${SOF_PLATFORM_PATH}/imx8m/platform.c
|
||||
${SOF_PLATFORM_PATH}/imx8m/lib/clk.c
|
||||
${SOF_PLATFORM_PATH}/imx8m/lib/memory.c
|
||||
${SOF_PLATFORM_PATH}/imx8m/lib/dai.c
|
||||
${SOF_PLATFORM_PATH}/imx8m/lib/dma.c
|
||||
)
|
||||
|
@ -363,7 +361,6 @@ if (CONFIG_SOC_MIMX8UD7_ADSP)
|
|||
zephyr_library_sources(
|
||||
${SOF_PLATFORM_PATH}/imx8ulp/platform.c
|
||||
${SOF_PLATFORM_PATH}/imx8ulp/lib/clk.c
|
||||
${SOF_PLATFORM_PATH}/imx8ulp/lib/memory.c
|
||||
)
|
||||
|
||||
# SOF core infrastructure - runs on top of Zephyr
|
||||
|
|
Loading…
Reference in New Issue