From 41905287c3d3ddd906506332ad307f9fcf7fed8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Thu, 4 Mar 2010 16:43:31 +0100 Subject: [PATCH] --- yaml --- r: 201601 b: refs/heads/master c: c10ea4d60eb387dac4d3011e40d5536eb7642a93 h: refs/heads/master i: 201599: 1262ccbb2ac8ef2309a0848cfd080fd9d4bfb3fa v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mx25/Makefile | 2 +- .../arch/arm/mach-mx25/{mach-mx25pdk.c => mach-mx25_3ds.c} | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) rename trunk/arch/arm/mach-mx25/{mach-mx25pdk.c => mach-mx25_3ds.c} (97%) diff --git a/[refs] b/[refs] index 66a294d2e4ab..136b9ef32b20 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 767c38b20e9b030acd42254a8010a54733629b0a +refs/heads/master: c10ea4d60eb387dac4d3011e40d5536eb7642a93 diff --git a/trunk/arch/arm/mach-mx25/Makefile b/trunk/arch/arm/mach-mx25/Makefile index 10cebc5ced8c..6db9603ad197 100644 --- a/trunk/arch/arm/mach-mx25/Makefile +++ b/trunk/arch/arm/mach-mx25/Makefile @@ -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 diff --git a/trunk/arch/arm/mach-mx25/mach-mx25pdk.c b/trunk/arch/arm/mach-mx25/mach-mx25_3ds.c similarity index 97% rename from trunk/arch/arm/mach-mx25/mach-mx25pdk.c rename to trunk/arch/arm/mach-mx25/mach-mx25_3ds.c index 83d74109e7d8..26ba246c57ee 100644 --- a/trunk/arch/arm/mach-mx25/mach-mx25pdk.c +++ b/trunk/arch/arm/mach-mx25/mach-mx25_3ds.c @@ -16,6 +16,12 @@ * 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 #include #include