]> git.ipfire.org Git - people/ms/u-boot.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)
committerTom Rini <trini@ti.com>
Sat, 21 Feb 2015 13:23:51 +0000 (08:23 -0500)
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 f981541e4a941114c73295721358709582dcd40a..038961c5fda90d3fddbcb9fb36bf6895e1cbe4f1 100644 (file)
@@ -736,7 +736,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 97858fad104e72911f59fc2fe8d90b02d6854dae..6bcf8ec715bb1c56a0bc8ead1fb324ca3324ae02 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 ed0cf0fa0590698b7c8d4eabf7e21ef18c081e01..3cb741db1d8b47aaa798393a6dd2f7b77781c126 100644 (file)
@@ -20,7 +20,6 @@ obj-$(CONFIG_MB86R0x) += mb86r0x/
 obj-$(CONFIG_MX25) += mx25/
 obj-$(CONFIG_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/