
31 May
2010
31 May
'10
11:43 a.m.
Dear hvaibhav@ti.com,
In message 1273166585-26101-2-git-send-email-hvaibhav@ti.com you wrote:
From: Vaibhav Hiremath hvaibhav@ti.com
This patch adds support for the EMIF4 interface available in the AM35x processors.
Changes from V2:
- Removed all instances of #ifdef CONFIG_EMIF4
See previeos comment - such comments belong below the "---" line and not into the commit message.
diff --git a/arch/arm/cpu/arm_cortexa8/omap3/Makefile b/arch/arm/cpu/arm_cortexa8/omap3/Makefile index 1e80eb3..d25bfd5 100644 --- a/arch/arm/cpu/arm_cortexa8/omap3/Makefile +++ b/arch/arm/cpu/arm_cortexa8/omap3/Makefile @@ -38,6 +38,7 @@ COBJS += sys_info.o COBJS += timer.o
COBJS-$(CONFIG_SDRC) += sdrc.o +COBJS-$(CONFIG_EMIF4) +=emif4.o
Please keep lists sorted.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
The complexity of software is an essential property, not an acciden-
tal one. Hence, descriptions of a software entity that abstract away
its complexity often abstract away its essence. - Fred Brooks, Jr.