
16 Apr
2015
16 Apr
'15
9:08 p.m.
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