summaryrefslogtreecommitdiff
path: root/board/st/u8500/mmc_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/mmc_host.c')
-rw-r--r--board/st/u8500/mmc_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/u8500/mmc_host.c b/board/st/u8500/mmc_host.c
index a4f4de9bf..0473c21f1 100644
--- a/board/st/u8500/mmc_host.c
+++ b/board/st/u8500/mmc_host.c
@@ -461,7 +461,7 @@ static int emmc_host_init(struct mmc *dev)
/* TODO: Investigate what is actually needed of the below. */
- if (u8500_is_earlydrop()) {
+ if (u8500_is_earlydrop() || u8500_is_snowball()) {
debugX(DBG_LVL_VERBOSE, "configuring EMMC for ED\n");
host->base = (struct sdi_registers *)CFG_EMMC_BASE_ED;
} else {