mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
274ccb5b11
Similar changes was done for Zynq in past and this patch just follow
this pattern to separate cpu code from SoC code.
Move arch/arm/cpu/armv8/zynqmp/* -> arch/arm/mach-zynqmp/*
And also fix references to these files.
Based on
"ARM: zynq: move SoC sources to mach-zynq"
(sha1: 0107f24036
)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
11 lines
186 B
C
11 lines
186 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2015 Xilinx, Inc.
|
|
*/
|
|
|
|
#ifndef __ARCH_ZYNQMP_GPIO_H
|
|
#define __ARCH_ZYNQMP_GPIO_H
|
|
|
|
/* Empty file - sdhci requires this. */
|
|
|
|
#endif
|