[ARM] 5286/2: pxa: rename cm-x270* to cm-x2xx* to allow addition of cm-x255 support
authorMike Rapoport <mike@compulab.co.il>
Tue, 7 Oct 2008 10:58:25 +0000 (11:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 7 Oct 2008 11:05:04 +0000 (12:05 +0100)
Signed-off-by: Russ Dill <russ.dill@gmail.com>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/configs/xm_x2xx_defconfig [moved from arch/arm/configs/xm_x270_defconfig with 100% similarity]
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/cm-x2xx-pci.c [moved from arch/arm/mach-pxa/cm-x270-pci.c with 100% similarity]
arch/arm/mach-pxa/cm-x2xx-pci.h [moved from arch/arm/mach-pxa/cm-x270-pci.h with 100% similarity]
arch/arm/mach-pxa/cm-x2xx.c [moved from arch/arm/mach-pxa/cm-x270.c with 99% similarity]

index da89a3c..a148c39 100644 (file)
@@ -53,7 +53,7 @@ obj-$(CONFIG_MACH_LITTLETON)  += littleton.o
 obj-$(CONFIG_MACH_TAVOREVB)    += tavorevb.o
 obj-$(CONFIG_MACH_SAAR)                += saar.o
 
-obj-$(CONFIG_MACH_ARMCORE)      += cm-x270.o
+obj-$(CONFIG_MACH_ARMCORE)      += cm-x2xx.o
 obj-$(CONFIG_MACH_CM_X300)      += cm-x300.o
 obj-$(CONFIG_PXA_EZX)           += ezx.o
 
@@ -67,7 +67,7 @@ led-$(CONFIG_MACH_TRIZEPS4)   += leds-trizeps4.o
 obj-$(CONFIG_LEDS)             += $(led-y)
 
 ifeq ($(CONFIG_PCI),y)
-obj-$(CONFIG_MACH_ARMCORE) += cm-x270-pci.o
+obj-$(CONFIG_MACH_ARMCORE) += cm-x2xx-pci.o
 endif
 
 obj-$(CONFIG_TOSA_BT)          += tosa-bt.o
similarity index 99%
rename from arch/arm/mach-pxa/cm-x270.c
rename to arch/arm/mach-pxa/cm-x2xx.c
index af003a2..5988377 100644 (file)
@@ -35,7 +35,7 @@
 #include <asm/hardware/it8152.h>
 
 #include "generic.h"
-#include "cm-x270-pci.h"
+#include "cm-x2xx-pci.h"
 
 /* virtual addresses for statically mapped regions */
 #define CMX270_VIRT_BASE       (0xe8000000)