]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fsl_esdhc.h
board/ti/am335x: add support for beaglebone NOR Cape
[karo-tx-uboot.git] / include / fsl_esdhc.h
index a6e3a5dc9af395c364d95698315042d5bccd9d9a..9814964937d83295c6e74c5936e75cc61b64d418 100644 (file)
@@ -187,5 +187,6 @@ static inline int fsl_esdhc_mmc_init(bd_t *bis) { return -ENOSYS; }
 static inline void fdt_fixup_esdhc(void *blob, bd_t *bd) {}
 #endif /* CONFIG_FSL_ESDHC */
 void __noreturn mmc_boot(void);
+void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
 
 #endif  /* __FSL_ESDHC_H__ */