summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-02-14 14:44:59 -0700
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-02-14 14:44:59 -0700
commitb214cecfb81fddba6ce74e73b16654010a48e395 (patch)
tree143c5a79717a49b022209f4dddb9eeaaf2a52206
parent3240a1ab310fac143eef856a98bece96fa1a47ff (diff)
Fixing base address for emmc.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-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 {