[U-Boot] [PATCH 1/4] mmc: fsl_esdhc: Add adapter card type identification support

York Sun yorksun at freescale.com
Thu Apr 16 21:08:45 CEST 2015


On 03/25/2015 10:52 PM, Yangbo Lu wrote:

<snip>
> 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 <mmc.h>
>  
> +#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


More information about the U-Boot mailing list