Tegra: Change Tegra20 to Tegra in common code, prep for T30
[platform/kernel/u-boot.git] / board / avionic-design / common / tamonten.c
index a0a4d1d..93f12ea 100644 (file)
@@ -78,7 +78,7 @@ int board_mmc_init(bd_t *bd)
        pin_mux_mmc();
 
        /* init dev 0, SD slot, with 4-bit bus */
-       tegra20_mmc_init(0, 4, GPIO_PI6, GPIO_PH2);
+       tegra_mmc_init(0, 4, GPIO_PI6, GPIO_PH2);
 
        return 0;
 }