.
common/board_r.c
1 #ifdef CONFIG_GENERIC_MMC 2 static int initr_mmc(void) 3 { 4 puts("MMC: "); 5 mmc_initialize(gd->bd); 6 return 0; 7 } 8 #endif