summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/corsola/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/corsola/mainboard.c b/src/mainboard/google/corsola/mainboard.c
index b13eb15b58..75b8bb5e4b 100644
--- a/src/mainboard/google/corsola/mainboard.c
+++ b/src/mainboard/google/corsola/mainboard.c
@@ -6,7 +6,7 @@
static void mainboard_init(struct device *dev)
{
- mtk_msdc_configure_emmc();
+ mtk_msdc_configure_emmc(true);
mtk_msdc_configure_sdcard();
setup_usb_host();
}