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>
8 lines
220 B
Text
8 lines
220 B
Text
/*
|
|
* Copyright (c) 2022 Intel Corporation
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
* Description:
|
|
* Adding support for Cyclone V SoC FPGA, using arm32 linker
|
|
*/
|
|
|
|
#include <zephyr/arch/arm/cortex_a_r/scripts/linker.ld>
|