aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-mxc/mxc.h
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-05 10:02:59 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-05 10:02:59 +0200
commitf31405cc4cc568baad28273c7f45b0563b57a17d (patch)
tree0ba94cea0e4df5d8a21f6430301cc291624a4417 /include/asm-arm/arch-mxc/mxc.h
parentMX2 add support for mx2 in i.MX serial driver (diff)
downloadlinux-dev-f31405cc4cc568baad28273c7f45b0563b57a17d.tar.xz
linux-dev-f31405cc4cc568baad28273c7f45b0563b57a17d.zip
i.MX27 CPU: Add basic i.MX27 CPU support
Add basic i.MX27 CPU support Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to '')
-rw-r--r--include/asm-arm/arch-mxc/mxc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/mxc.h b/include/asm-arm/arch-mxc/mxc.h
index 3e1c4ded18e2..332eda4dbd3b 100644
--- a/include/asm-arm/arch-mxc/mxc.h
+++ b/include/asm-arm/arch-mxc/mxc.h
@@ -29,4 +29,8 @@
# define cpu_is_mx31() (0)
#endif
+#ifndef CONFIG_MACH_MX27
+# define cpu_is_mx27() (0)
+#endif
+
#endif /* __ASM_ARCH_MXC_H__ */