aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mxc/hardware.h
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-05 10:02:56 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-05 10:02:56 +0200
commit32dc80c9cb13a7ce686bcc26efcf39e35719b466 (patch)
treeffed455f40deb4611eb8074d25591bc773457a9e /include/asm-arm/arch-mxc/hardware.h
parenteea643f7ff04fe17c3ff71d41a9487c0753bd821 (diff)
i.MX2 family: Add basic mach support (headers)
This patch adds basic mach support for the mx2 processor family, based on the original freescale code and adapted to mainline kernel coding style. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'include/asm-arm/arch-mxc/hardware.h')
-rw-r--r--include/asm-arm/arch-mxc/hardware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/hardware.h b/include/asm-arm/arch-mxc/hardware.h
index 4ed2d8072d0..f841127ef75 100644
--- a/include/asm-arm/arch-mxc/hardware.h
+++ b/include/asm-arm/arch-mxc/hardware.h
@@ -26,6 +26,9 @@
# include <asm/arch/mx31.h>
#endif
+#ifdef CONFIG_ARCH_MX2
+#endif
+
#include <asm/arch/mxc.h>
#endif /* __ASM_ARCH_MXC_HARDWARE_H__ */