summaryrefslogtreecommitdiff
path: root/include/fsl_esdhc.h
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-11-10 10:46:49 +0800
committerTerry Lv <r65388@freescale.com>2011-11-10 16:11:41 +0800
commit97efee177f82b082db9d2019ed641c5b99b3f54b (patch)
tree592131af109bd2349cadad6581f94d92e4da6e2a /include/fsl_esdhc.h
parenta30b8dbe9cc199067c0cc5a2dc0d7322c9f4303a (diff)
ENGR00161852: remove u-boot build warnings for mx6q
Remove u-boot build warnings for mx6q. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/fsl_esdhc.h')
-rw-r--r--include/fsl_esdhc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h
index da7e5841a82..cf24e141cfa 100644
--- a/include/fsl_esdhc.h
+++ b/include/fsl_esdhc.h
@@ -198,6 +198,7 @@ struct fsl_esdhc_cfg {
int fsl_esdhc_mmc_init(bd_t *bis);
int fsl_esdhc_initialize(bd_t *bis, struct fsl_esdhc_cfg *cfg);
void fdt_fixup_esdhc(void *blob, bd_t *bd);
+u32 get_ddr_delay(struct fsl_esdhc_cfg *cfg);
#else
static inline int fsl_esdhc_mmc_init(bd_t *bis) { return -ENOSYS; }
static inline void fdt_fixup_esdhc(void *blob, bd_t *bd) {}