arm: armada-xp: Move SoC sources to mach-mvebu
authorStefan Roese <sr@denx.de>
Sat, 25 Apr 2015 04:29:44 +0000 (06:29 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Tue, 5 May 2015 12:28:29 +0000 (14:28 +0200)
commit350b50eea31ac740e71f5d59b9a6a04b316c6d8d
tree43cf5aefdf0051ef9a9753d4c7bea41e90aea231
parentace97d26176a3ebc9ec07738450de93eea35975c
arm: armada-xp: Move SoC sources to mach-mvebu

Move arch/arm/cpu/armv7armada-xp/* -> arch/arm/mach-mvebu/*

Since this platform will be extended to support other Marvell SoC's as
well, lets rename it directly to mvebu.

This will be used by the upcoming Armada 38x suport (A38x).

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
arch/arm/Makefile
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/armada-xp/Makefile [deleted file]
arch/arm/cpu/armv7/armada-xp/cpu.c [deleted file]
arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S [deleted file]
arch/arm/cpu/armv7/armada-xp/spl.c [deleted file]
arch/arm/mach-mvebu/Makefile [new file with mode: 0644]
arch/arm/mach-mvebu/cpu.c [new file with mode: 0644]
arch/arm/mach-mvebu/lowlevel_spl.S [new file with mode: 0644]
arch/arm/mach-mvebu/spl.c [new file with mode: 0644]