Dear [email protected], In message <[email protected]> you wrote: > From: Vaibhav Hiremath <[email protected]> > > 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: [email protected] 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. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

