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)
commit3e93b4e6001104152fec850d4724ea9ffad03e05
tree8c205453e2b26d85e3abb5d20e81f50cada96707
parent72a8ff4b04771071023ff1024e268c2fbdf159e7
ARM: orion5x: move SoC sources to mach-orion5x

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]