Merge 'u-boot-microblaze/mainline/arm' into 'u-boot-arm/master'
[oweals/u-boot.git] / board / denx / m28evk / m28evk.c
index 26f31d62b21f7b80ef77ec6aa4bc343a46b9415d..d93efafad0acdd18c58d93c98e1903d81d61b186 100644 (file)
@@ -93,7 +93,7 @@ int board_mmc_init(bd_t *bis)
        /* Turn on the power to the card. */
        gpio_direction_output(MX28_PAD_PWM3__GPIO_3_28, 0);
 
-       return mxsmmc_initialize(bis, 0, m28_mmc_wp);
+       return mxsmmc_initialize(bis, 0, m28_mmc_wp, NULL);
 }
 #endif