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>
15 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/cpu/arm926ejs/Makefile
arch/arm/cpu/arm926ejs/orion5x/Kconfig [deleted file]
arch/arm/cpu/arm926ejs/orion5x/Makefile [deleted file]
arch/arm/cpu/arm926ejs/orion5x/cpu.c [deleted file]
arch/arm/cpu/arm926ejs/orion5x/dram.c [deleted file]
arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S [deleted file]
arch/arm/cpu/arm926ejs/orion5x/timer.c [deleted file]
arch/arm/mach-orion5x/Kconfig [new file with mode: 0644]
arch/arm/mach-orion5x/Makefile [new file with mode: 0644]
arch/arm/mach-orion5x/cpu.c [new file with mode: 0644]
arch/arm/mach-orion5x/dram.c [new file with mode: 0644]
arch/arm/mach-orion5x/lowlevel_init.S [new file with mode: 0644]
arch/arm/mach-orion5x/timer.c [new file with mode: 0644]