soc: arm: common: cortex_m: Move arm_mpu_mem_cfg.h

Move arm_mpu_mem_cfg header to common include directory.

The benefits are two-fold:
- Allow for out of tree SoC definitions to use them to
  define mpu_regions.
- Remove odd relative include path

Signed-off-by: Moritz Fischer <moritzf@google.com>
This commit is contained in:
Moritz Fischer 2023-08-08 20:21:55 -07:00 committed by Carles Cufí
commit 9e8a8b4e85
7 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#include <zephyr/devicetree.h>
#include <zephyr/linker/devicetree_regions.h>
#include "../../common/cortex_m/arm_mpu_mem_cfg.h"
#include <zephyr/arch/arm/aarch32/cortex_m/arm_mpu_mem_cfg.h>
#if !defined(CONFIG_XIP)
extern char _rom_attr[];