arch: arm: Move ARM code to AArch32 sub-directory
Before introducing the code for ARM64 (AArch64) we need to relocate the current ARM code to a new AArch32 sub-directory. For now we can assume that no code is shared between ARM and ARM64. There are no functional changes. The code is moved to the new location and the file paths are fixed to reflect this change. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
8e5e812252
commit
aec9a8c4be
203 changed files with 199 additions and 196 deletions
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* This file is based on:
|
||||
*
|
||||
* - include/arch/arm/cortex_m/scripts/linker.ld
|
||||
* - include/arch/arm/aarch32/cortex_m/scripts/linker.ld
|
||||
* - include/arch/riscv/common/linker.ld
|
||||
* - include/arch/riscv/pulpino/linker.ld
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue