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:
parent
0f96355b98
commit
9e8a8b4e85
7 changed files with 6 additions and 6 deletions
|
@ -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[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue