From ea42a0d058428845047206ff895e60520a7ff256 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Wed, 7 Sep 2011 08:45:31 +0200 Subject: ARM: mxs: Add initial support for DENX MX28 Added initial support for DENX M28 module and M28EVK board. Ethernet(FEC), SDHC, Display are supported. Signed-off-by: Stefano Babic Reviewed-by: Wolfram Sang Signed-off-by: Sascha Hauer --- arch/arm/mach-mxs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-mxs/Makefile') diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index 6c38262a3aaa..adcfb4e45106 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_SOC_IMX28) += clock-mx28.o mm-mx28.o obj-$(CONFIG_MACH_STMP378X_DEVB) += mach-stmp378x_devb.o obj-$(CONFIG_MACH_MX23EVK) += mach-mx23evk.o obj-$(CONFIG_MACH_MX28EVK) += mach-mx28evk.o +obj-$(CONFIG_MACH_M28EVK) += mach-m28evk.o obj-$(CONFIG_MODULE_TX28) += module-tx28.o obj-$(CONFIG_MACH_TX28) += mach-tx28.o -- cgit v1.2.3