]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: socfpga: move SoC sources to mach-socfpga
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 21 Apr 2015 11:38:21 +0000 (20:38 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:17 +0000 (22:37 +0200)
Our recent trend is to collect SoC files into arch/arm/mach-(SOC).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
14 files changed:
arch/arm/Makefile
arch/arm/cpu/armv7/Makefile
arch/arm/mach-socfpga/Makefile [moved from arch/arm/cpu/armv7/socfpga/Makefile with 100% similarity]
arch/arm/mach-socfpga/clock_manager.c [moved from arch/arm/cpu/armv7/socfpga/clock_manager.c with 100% similarity]
arch/arm/mach-socfpga/fpga_manager.c [moved from arch/arm/cpu/armv7/socfpga/fpga_manager.c with 100% similarity]
arch/arm/mach-socfpga/freeze_controller.c [moved from arch/arm/cpu/armv7/socfpga/freeze_controller.c with 100% similarity]
arch/arm/mach-socfpga/misc.c [moved from arch/arm/cpu/armv7/socfpga/misc.c with 100% similarity]
arch/arm/mach-socfpga/reset_manager.c [moved from arch/arm/cpu/armv7/socfpga/reset_manager.c with 100% similarity]
arch/arm/mach-socfpga/scan_manager.c [moved from arch/arm/cpu/armv7/socfpga/scan_manager.c with 100% similarity]
arch/arm/mach-socfpga/spl.c [moved from arch/arm/cpu/armv7/socfpga/spl.c with 100% similarity]
arch/arm/mach-socfpga/system_manager.c [moved from arch/arm/cpu/armv7/socfpga/system_manager.c with 100% similarity]
arch/arm/mach-socfpga/timer.c [moved from arch/arm/cpu/armv7/socfpga/timer.c with 100% similarity]
arch/arm/mach-socfpga/u-boot-spl.lds [moved from arch/arm/cpu/armv7/socfpga/u-boot-spl.lds with 100% similarity]
include/configs/socfpga_common.h

index 1a2ce05f96ec4a224a67e8f27748c93eb43d27c9..3c99a617de73ce82f99b7b7faed6c5ef1ba20fc0 100644 (file)
@@ -15,6 +15,7 @@ machine-$(CONFIG_ARMADA_XP)           += mvebu
 machine-$(CONFIG_ARCH_NOMADIK)         += nomadik
 # TODO: rename CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
 machine-$(CONFIG_ORION5X)              += orion5x
+machine-$(CONFIG_ARCH_SOCFPGA)         += socfpga
 machine-$(CONFIG_TEGRA)                        += tegra
 machine-$(CONFIG_ARCH_UNIPHIER)                += uniphier
 machine-$(CONFIG_ARCH_VERSATILE)       += versatile
index 51ca497d1ea390bc2db787f19234e210c0b7b745..c2a5ab140dba506cfa8b4497f2d2088d534ac698 100644 (file)
@@ -50,7 +50,6 @@ obj-$(CONFIG_OMAP44XX) += omap4/
 obj-$(CONFIG_OMAP54XX) += omap5/
 obj-$(CONFIG_RMOBILE) += rmobile/
 obj-$(CONFIG_ARCH_S5PC1XX) += s5pc1xx/
-obj-$(CONFIG_SOCFPGA) += socfpga/
 obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/
 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
 obj-$(CONFIG_U8500) += u8500/
index 41bb52bc8c071199fe09e56f8ec0a1f0d220e1b8..61ce37696832c3f472e75921e3c4aa247a40d597 100644 (file)
@@ -298,7 +298,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
 #define CONFIG_CRC32_VERIFY
 
 /* Linker script for SPL */
-#define CONFIG_SPL_LDSCRIPT    "arch/arm/cpu/armv7/socfpga/u-boot-spl.lds"
+#define CONFIG_SPL_LDSCRIPT    "arch/arm/mach-socfpga/u-boot-spl.lds"
 
 #define CONFIG_SPL_LIBCOMMON_SUPPORT
 #define CONFIG_SPL_LIBGENERIC_SUPPORT