diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 04:02:56 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:56 -0400 |
commit | 32dc80c9cb13a7ce686bcc26efcf39e35719b466 (patch) | |
tree | ffed455f40deb4611eb8074d25591bc773457a9e /include/asm-arm/arch-mxc/hardware.h | |
parent | eea643f7ff04fe17c3ff71d41a9487c0753bd821 (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.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 @@ | |||
26 | # include <asm/arch/mx31.h> | 26 | # include <asm/arch/mx31.h> |
27 | #endif | 27 | #endif |
28 | 28 | ||
29 | #ifdef CONFIG_ARCH_MX2 | ||
30 | #endif | ||
31 | |||
29 | #include <asm/arch/mxc.h> | 32 | #include <asm/arch/mxc.h> |
30 | 33 | ||
31 | #endif /* __ASM_ARCH_MXC_HARDWARE_H__ */ | 34 | #endif /* __ASM_ARCH_MXC_HARDWARE_H__ */ |