Comment 3 for bug 655461

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

For CONFIG_GENERIC_MMC defined case like mx51evk, "mmc init" is a no-op. "mmc rescan" does nothing but calls mmc_init(), and "mmcinfo" also calls mmc_init() before calling print_mmcinfo(). So the key is mmc_init() needs to be called before "fatload".