intel-adsp: migrate cavs-mem.h to adsp_memory.h

Move header and make it soc specific.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-07-14 10:59:07 -04:00
commit af3d5331a1
21 changed files with 171 additions and 44 deletions

View file

@ -33,7 +33,7 @@
#include <zephyr/sys/mem_blocks.h>
#include <soc.h>
#include <cavs-mem.h>
#include <adsp_memory.h>
#include "mm_drv_common.h"

View file

@ -31,7 +31,7 @@
#include <zephyr/sys/util.h>
#include <soc.h>
#include <cavs-mem.h>
#include <adsp_memory.h>
#include <zephyr/drivers/mm/system_mm.h>
#include "mm_drv_common.h"