diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-11-08 23:18:09 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2011-11-11 10:36:56 (GMT) |
commit | 71a758e158e4610349dd1cabd80b8dbda8251eb1 (patch) | |
tree | 7a2201201a1987e088c1043d556224df08e13df9 /arch/arm/include | |
parent | 6e9a0a396718a72301e27c6b7adc1efe51b6239b (diff) | |
download | u-boot-fsl-qoriq-71a758e158e4610349dd1cabd80b8dbda8251eb1.tar.xz |
iMX28: Add SSP MMC driver
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Andy Fleming <afleming@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Acked-by: Andy Fleming <afleming@gmail.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-mx28/sys_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx28/sys_proto.h b/arch/arm/include/asm/arch-mx28/sys_proto.h index a262c05..a226ea4 100644 --- a/arch/arm/include/asm/arch-mx28/sys_proto.h +++ b/arch/arm/include/asm/arch-mx28/sys_proto.h @@ -27,4 +27,6 @@ int mx28_reset_block(struct mx28_register *reg); int mx28_wait_mask_set(struct mx28_register *reg, uint32_t mask, int timeout); int mx28_wait_mask_clr(struct mx28_register *reg, uint32_t mask, int timeout); +int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int)); + #endif /* __MX28_H__ */ |