From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 16 Apr 2015 12:08:45 -0700 Subject: [U-Boot] [PATCH 1/4] mmc: fsl_esdhc: Add adapter card type identification support In-Reply-To: <1427349176-24282-1-git-send-email-yangbo.lu@freescale.com> References: <1427349176-24282-1-git-send-email-yangbo.lu@freescale.com> Message-ID: <553008BD.7040907@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/25/2015 10:52 PM, Yangbo Lu wrote: > diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h > index 313fa1e..5462b4c 100644 > --- a/include/fsl_esdhc.h > +++ b/include/fsl_esdhc.h > @@ -16,6 +16,10 @@ > /* needed for the mmc_cfg definition */ > #include > > +#ifdef CONFIG_FSL_ESDHC_ADAPTER_IDENT > +#include "../board/freescale/common/qixis.h" > +#endif > + > /* FSL eSDHC-specific constants */ > #define SYSCTL 0x0002e02c > #define SYSCTL_INITA 0x08000000 > Please document CONFIG_FSL_ESDHC_ADAPTER_IDENT. If CONFIG_FSL_ESDHC_ADAPTER_IDENT implies QIXIS, please point it out. York