]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: orion5x: move SoC sources to mach-orion5x
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 20 Feb 2015 08:04:09 +0000 (17:04 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:54 +0000 (13:53 +0200)
Move
arch/arm/cpu/arm926ejs/orion5x/* -> arch/arm/mach-orion5x/*

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/cpu/arm926ejs/Makefile
arch/arm/mach-orion5x/Kconfig [moved from arch/arm/cpu/arm926ejs/orion5x/Kconfig with 100% similarity]
arch/arm/mach-orion5x/Makefile [moved from arch/arm/cpu/arm926ejs/orion5x/Makefile with 100% similarity]
arch/arm/mach-orion5x/cpu.c [moved from arch/arm/cpu/arm926ejs/orion5x/cpu.c with 100% similarity]
arch/arm/mach-orion5x/dram.c [moved from arch/arm/cpu/arm926ejs/orion5x/dram.c with 100% similarity]
arch/arm/mach-orion5x/lowlevel_init.S [moved from arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S with 100% similarity]
arch/arm/mach-orion5x/timer.c [moved from arch/arm/cpu/arm926ejs/orion5x/timer.c with 100% similarity]

index cad319d3e2b3978b1e67914cb27af578856caa45..d200620a04d2db35d639b7483acc18239d0d08ec 100644 (file)
@@ -822,7 +822,7 @@ source "arch/arm/cpu/armv7/omap4/Kconfig"
 
 source "arch/arm/cpu/armv7/omap5/Kconfig"
 
-source "arch/arm/cpu/arm926ejs/orion5x/Kconfig"
+source "arch/arm/mach-orion5x/Kconfig"
 
 source "arch/arm/cpu/armv7/rmobile/Kconfig"
 
index bfc5450656a3934277e9302b1b29b960025d5e9f..eeb98866e50a6d7443653e866f2b388571bc96dd 100644 (file)
@@ -11,6 +11,8 @@ machine-$(CONFIG_ARCH_HIGHBANK)               += highbank
 machine-$(CONFIG_KIRKWOOD)             += kirkwood
 # TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
 machine-$(CONFIG_ARCH_NOMADIK)         += nomadik
+# TODO: rename CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
+machine-$(CONFIG_ORION5X)              += orion5x
 machine-$(CONFIG_TEGRA)                        += tegra
 
 machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
index a6f1e5e80d64165e892832b9a71dab1ca4f53332..102060f85fca6b894004c902f512913d9a020663 100644 (file)
@@ -20,7 +20,6 @@ obj-$(CONFIG_MB86R0x) += mb86r0x/
 obj-$(CONFIG_SOC_MX25) += mx25/
 obj-$(CONFIG_SOC_MX27) += mx27/
 obj-$(if $(filter mxs,$(SOC)),y) += mxs/
-obj-$(CONFIG_ORION5X) += orion5x/
 obj-$(CONFIG_PANTHEON) += pantheon/
 obj-$(if $(filter spear,$(SOC)),y) += spear/
 obj-$(CONFIG_ARCH_VERSATILE) += versatile/