9
0
Fork 0

arm: mach-mvebu: rename Armada 370/XP core code

There are more than Armada 370/XP in Marvell MVEBU SoC familiy. To avoid
irritation with source file nameing, we rename setup source file for
Armada 370/XP from core.c to armada-370-xp.c.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sebastian Hesselbarth 2013-05-12 22:29:44 +02:00 committed by Sascha Hauer
parent 8a39074328
commit 2434ae9f50
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
obj-$(CONFIG_ARCH_ARMADA_370) += core.o
obj-$(CONFIG_ARCH_ARMADA_XP) += core.o
obj-$(CONFIG_ARCH_ARMADA_370) += armada-370-xp.o
obj-$(CONFIG_ARCH_ARMADA_XP) += armada-370-xp.o
obj-$(CONFIG_ARCH_DOVE) += dove.o