From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sat, 13 Apr 2013 22:41:15 +0200 Subject: [U-Boot] [PATCH 4/5] vybrid: add eSDHC driver support In-Reply-To: <1365749635-7025-5-git-send-email-b18965@freescale.com> References: <1365749635-7025-1-git-send-email-b18965@freescale.com> <1365749635-7025-5-git-send-email-b18965@freescale.com> Message-ID: <5169C2EB.1080308@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/04/2013 08:53, Alison Wang wrote: > This patch adds eSDHC driver support for vybrid platform. > > Signed-off-by: TsiChung Liew > Signed-off-by: Jason Jin > Signed-off-by: Alison Wang > --- > drivers/mmc/fsl_esdhc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c > index 35f879e..f258868 100644 > --- a/drivers/mmc/fsl_esdhc.c > +++ b/drivers/mmc/fsl_esdhc.c > @@ -1,5 +1,5 @@ > /* > - * Copyright 2007, 2010-2011 Freescale Semiconductor, Inc > + * Copyright 2007, 2010-2013 Freescale Semiconductor, Inc I do not think you can change the Copyright line only for adding a line of code. > -#ifndef ARCH_MXC > +#if !defined(ARCH_MXC) && !defined(CONFIG_VYBRID) > /* Enable cache snooping */ > esdhc_write32(®s->scr, 0x00000040); > #endif I am also not sure if we need CONFIG_VYBRID (but then it should be ARCH_VYBRID) or we can let flow these processors into the i.MX family. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================