diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 04:02:59 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:59 -0400 |
commit | f31405cc4cc568baad28273c7f45b0563b57a17d (patch) | |
tree | 0ba94cea0e4df5d8a21f6430301cc291624a4417 /include/asm-arm/arch-mxc/hardware.h | |
parent | 604cbadce2292d979749e2f5c6c3f75ee10f4c9e (diff) |
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 '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 f841127ef755..37cddbaaade7 100644 --- a/include/asm-arm/arch-mxc/hardware.h +++ b/include/asm-arm/arch-mxc/hardware.h | |||
@@ -27,6 +27,9 @@ | |||
27 | #endif | 27 | #endif |
28 | 28 | ||
29 | #ifdef CONFIG_ARCH_MX2 | 29 | #ifdef CONFIG_ARCH_MX2 |
30 | # ifdef CONFIG_MACH_MX27 | ||
31 | # include <asm/arch/mx27.h> | ||
32 | # endif | ||
30 | #endif | 33 | #endif |
31 | 34 | ||
32 | #include <asm/arch/mxc.h> | 35 | #include <asm/arch/mxc.h> |