Comment 6 for bug 655461

Revision history for this message
Shawn Guo (shawnguo) wrote :

Both command "mmc read" and "mmc write" will have mmc_init() called before doing actual mmc access. It is easy to call mmc_init() in cmd_mmc.c where commands "mmc read" and "mmc write" are implemented. But it may look odd to call mmc_init() in cmd_fat.c where "fatload" is implemented.