From b214cecfb81fddba6ce74e73b16654010a48e395 Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Mon, 14 Feb 2011 14:44:59 -0700 Subject: Fixing base address for emmc. Signed-off-by: Mathieu Poirier --- board/st/u8500/mmc_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3