include: arch: arm: Remove aarch32 directory

This commit follows the parent commit work.

This commit introduces the following major changes.

  1. Move all directories and files in 'include/zephyr/arch/arm/aarch32'
    to the 'include/zephyr/arch/arm' directory.

  2. Change the path string which is influenced by the changement 1.

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
This commit is contained in:
Huifeng Zhang 2023-07-04 16:01:39 +08:00 committed by Fabio Baltieri
commit 2c22e83dfb
199 changed files with 196 additions and 197 deletions

View file

@ -12,4 +12,4 @@ MEMORY
}
#endif
#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>
#include <zephyr/arch/arm/cortex_m/scripts/linker.ld>

View file

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

View file

@ -4,4 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/arch/arm/aarch32/cortex_a_r/scripts/linker.ld>
#include <zephyr/arch/arm/cortex_a_r/scripts/linker.ld>

View file

@ -5,7 +5,7 @@
*/
#include <zephyr/linker/linker-defs.h>
#include <zephyr/arch/arm/aarch32/mpu/arm_mpu.h>
#include <zephyr/arch/arm/mpu/arm_mpu.h>
#define DEVICE_REGION_START 0x40000000UL
#define DEVICE_REGION_END 0x76FFFFFFUL