Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c10ea4d6 authored by Uwe Kleine-König's avatar Uwe Kleine-König
Browse files

ARM: mx25: rename mach-mx25pdk.c to mach-mx25_3ds.c matching its arch number



Additionally document all known names of that machine.

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent 767c38b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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
+6 −0
Original line number Diff line number Diff line
@@ -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 <linux/types.h>
#include <linux/init.h>
#include <linux/delay.h>