diff options
author | Eric Benard <eric@eukrea.com> | 2009-07-16 16:26:33 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-07 12:11:12 +0200 |
commit | af5b1df7136570dae9ac4c1cd193053c61b0ed8f (patch) | |
tree | a90f0276bae8d614e29655682ca5b091575b276a /arch/arm/mach-mx2/Makefile | |
parent | 627fb3b9d260cb413d0ea2d179e319a20e2bd82b (diff) | |
download | blackbird-obmc-linux-af5b1df7136570dae9ac4c1cd193053c61b0ed8f.tar.gz blackbird-obmc-linux-af5b1df7136570dae9ac4c1cd193053c61b0ed8f.zip |
Add support for Eukrea's CPUIMX27
CPUIMX27 is built around Freescale's i.MX27 and has up to 64MB of
NOR Flash, up to 512MB of NAND Flash and up to 256MB of mDDR,
it includes an ethernet PHY in MII mode, an I2C RTC and a
ST16554 QuadUART on nCS3.
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Makefile')
-rw-r--r-- | arch/arm/mach-mx2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile index b9b1cca4e9bc..e12490f670d3 100644 --- a/arch/arm/mach-mx2/Makefile +++ b/arch/arm/mach-mx2/Makefile @@ -17,4 +17,4 @@ obj-$(CONFIG_MACH_PCM038) += pcm038.o obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o obj-$(CONFIG_MACH_MX27_3DS) += mx27pdk.o obj-$(CONFIG_MACH_MX27LITE) += mx27lite.o - +obj-$(CONFIG_MACH_EUKREA_CPUIMX27) += eukrea_cpuimx27.o |