OSDN Git Service

ARM: mx25: rename mach-mx25pdk.c to mach-mx25_3ds.c matching its arch number
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 4 Mar 2010 15:43:31 +0000 (16:43 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 2 Jun 2010 19:33:15 +0000 (21:33 +0200)
Additionally document all known names of that machine.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/mach-mx25/Makefile
arch/arm/mach-mx25/mach-mx25_3ds.c [moved from arch/arm/mach-mx25/mach-mx25pdk.c with 97% similarity]

index 10cebc5..6db9603 100644 (file)
@@ -1,3 +1,3 @@
 obj-y                          := mm.o devices.o
 obj-$(CONFIG_ARCH_MX25)                += clock.o
-obj-$(CONFIG_MACH_MX25_3DS)    += mach-mx25pdk.o
+obj-$(CONFIG_MACH_MX25_3DS)    += mach-mx25_3ds.o
similarity index 97%
rename from arch/arm/mach-mx25/mach-mx25pdk.c
rename to arch/arm/mach-mx25/mach-mx25_3ds.c
index 83d7410..26ba246 100644 (file)
  * Boston, MA  02110-1301, USA.
  */
 
+/*
+ * This machine is known as:
+ *  - i.MX25 3-Stack Development System
+ *  - i.MX25 Platform Development Kit (i.MX25 PDK)
+ */
+
 #include <linux/types.h>
 #include <linux/init.h>
 #include <linux/delay.h>