diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 10:02:56 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 10:02:56 +0200 |
commit | 32dc80c9cb13a7ce686bcc26efcf39e35719b466 (patch) | |
tree | ffed455f40deb4611eb8074d25591bc773457a9e /include/asm-arm/arch-mxc/hardware.h | |
parent | eea643f7ff04fe17c3ff71d41a9487c0753bd821 (diff) | |
download | lwn-32dc80c9cb13a7ce686bcc26efcf39e35719b466.tar.gz lwn-32dc80c9cb13a7ce686bcc26efcf39e35719b466.zip |
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.h | 3 |
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 4ed2d8072d03..f841127ef755 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__ */ |