]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
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)
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/mach-mvebu/Makefile [moved from arch/arm/cpu/armv7/armada-xp/Makefile with 100% similarity]
arch/arm/mach-mvebu/cpu.c [moved from arch/arm/cpu/armv7/armada-xp/cpu.c with 100% similarity]
arch/arm/mach-mvebu/lowlevel_spl.S [moved from arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S with 100% similarity]
arch/arm/mach-mvebu/spl.c [moved from arch/arm/cpu/armv7/armada-xp/spl.c with 100% similarity]

index 2a5620ddce8706e5f4f7a84e347c79a255e684f0..2a4f84b84afc48f4cc7cbb3705cc4c774454069f 100644 (file)
@@ -48,6 +48,7 @@ machine-$(CONFIG_ARCH_HIGHBANK)               += highbank
 machine-$(CONFIG_ARCH_KEYSTONE)                += keystone
 # TODO: rename CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
 machine-$(CONFIG_KIRKWOOD)             += kirkwood
+machine-$(CONFIG_ARMADA_XP)            += mvebu
 # TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
 machine-$(CONFIG_ARCH_NOMADIK)         += nomadik
 # TODO: rename CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
index fcccd0c9ba6c9ed91bc0ed5f91cc7e1527a349bb..d335845d93cbd0d2a3f82d30cfb2c479513db4de 100644 (file)
@@ -38,7 +38,6 @@ obj-y += s5p-common/
 endif
 
 obj-$(if $(filter am33xx,$(SOC)),y) += am33xx/
-obj-$(if $(filter armada-xp,$(SOC)),y) += armada-xp/
 obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/
 obj-$(if $(filter bcmcygnus,$(SOC)),y) += bcmcygnus/
 obj-$(if $(filter bcmnsp,$(SOC)),y) += bcmnsp/