ARM: zynq: move SoC sources to mach-zynq

Move arch/arm/cpu/armv7/zynq/* -> arch/arm/mach-zynq/*

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
master
Masahiro Yamada 9 years ago committed by Michal Simek
parent 7472a5dfcb
commit 0107f24036
  1. 2
      arch/arm/Kconfig
  2. 1
      arch/arm/Makefile
  3. 1
      arch/arm/cpu/armv7/Makefile
  4. 0
      arch/arm/mach-zynq/Kconfig
  5. 0
      arch/arm/mach-zynq/Makefile
  6. 0
      arch/arm/mach-zynq/clk.c
  7. 0
      arch/arm/mach-zynq/cpu.c
  8. 0
      arch/arm/mach-zynq/ddrc.c
  9. 0
      arch/arm/mach-zynq/lowlevel_init.S
  10. 0
      arch/arm/mach-zynq/slcr.c
  11. 0
      arch/arm/mach-zynq/spl.c
  12. 0
      arch/arm/mach-zynq/timer.c
  13. 0
      arch/arm/mach-zynq/u-boot-spl.lds
  14. 0
      arch/arm/mach-zynq/u-boot.lds
  15. 4
      include/configs/zynq-common.h

@ -832,7 +832,7 @@ source "arch/arm/mach-uniphier/Kconfig"
source "arch/arm/mach-versatile/Kconfig"
source "arch/arm/cpu/armv7/zynq/Kconfig"
source "arch/arm/mach-zynq/Kconfig"
source "arch/arm/cpu/armv7/Kconfig"

@ -55,6 +55,7 @@ machine-$(CONFIG_ORION5X) += orion5x
machine-$(CONFIG_TEGRA) += tegra
machine-$(CONFIG_ARCH_UNIPHIER) += uniphier
machine-$(CONFIG_ARCH_VERSATILE) += versatile
machine-$(CONFIG_ZYNQ) += zynq
machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))

@ -56,4 +56,3 @@ obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/
obj-$(CONFIG_ARCH_SUNXI) += sunxi/
obj-$(CONFIG_U8500) += u8500/
obj-$(CONFIG_VF610) += vf610/
obj-$(CONFIG_ZYNQ) += zynq/

@ -294,7 +294,7 @@
# define CONFIG_SYS_MMC_MAX_DEVICE 1
#endif
#define CONFIG_SYS_LDSCRIPT "arch/arm/cpu/armv7/zynq/u-boot.lds"
#define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds"
/* Commands */
#include <config_cmd_default.h>
@ -312,7 +312,7 @@
#define CONFIG_SPL_SERIAL_SUPPORT
#define CONFIG_SPL_BOARD_INIT
#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv7/zynq/u-boot-spl.lds"
#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-zynq/u-boot-spl.lds"
/* MMC support */
#ifdef CONFIG_ZYNQ_SDHCI0

Loading…
Cancel
Save