aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron_emile/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/veyron_emile/romstage.c')
-rw-r--r--src/mainboard/google/veyron_emile/romstage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/veyron_emile/romstage.c b/src/mainboard/google/veyron_emile/romstage.c
index e946cc6414..86f339cf85 100644
--- a/src/mainboard/google/veyron_emile/romstage.c
+++ b/src/mainboard/google/veyron_emile/romstage.c
@@ -85,6 +85,9 @@ void main(void)
configure_l2ctlr();
tsadc_init();
+ /* Need to power cycle SD card to ensure it is properly reset. */
+ sdmmc_power_off();
+
/* vdd_log 1200mv is enough for ddr run 666Mhz */
regulate_vdd_log(1200);