Skip to content

Commit 01a7ed9

Browse files
mausyscfriedt
authored andcommitted
soc: xlnx: zynq7000: move SoC code to common folder
remove duplicate xc7zxxx and xc7zxxxs soc code Signed-off-by: Simon Maurer <[email protected]>
1 parent 503df3e commit 01a7ed9

File tree

7 files changed

+3
-150
lines changed

7 files changed

+3
-150
lines changed

soc/xlnx/zynq7000/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
add_subdirectory(${SOC_SERIES})
8-
9-
# This is for access to pinctrl macros
7+
zephyr_sources(common/soc.c)
108
zephyr_include_directories(common)
9+
10+
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_a_r/scripts/linker.ld CACHE INTERNAL "")
File renamed without changes.
File renamed without changes.

soc/xlnx/zynq7000/xc7zxxx/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

soc/xlnx/zynq7000/xc7zxxxs/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

soc/xlnx/zynq7000/xc7zxxxs/soc.c

Lines changed: 0 additions & 107 deletions
This file was deleted.

soc/xlnx/zynq7000/xc7zxxxs/soc.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)