summaryrefslogtreecommitdiff
path: root/board/st/u8500/mmc_utils.c
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-11-10 16:39:53 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-11-10 16:39:53 +0100
commitc0b34f5c4bd037cd93709b30ee1a670723e77084 (patch)
treea5d62db45625ce06a2ac721e5e5cb8297c34a564 /board/st/u8500/mmc_utils.c
parentc5fd9311b6c59a5fb4c6e7188c8bef96e3e2d86d (diff)
PACK2 changes
merged PACK2 changes: mmc and i2c frequency, put the second core into wfe, default bootcmd.
Diffstat (limited to 'board/st/u8500/mmc_utils.c')
-rwxr-xr-xboard/st/u8500/mmc_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/u8500/mmc_utils.c b/board/st/u8500/mmc_utils.c
index b7d4e7085..3c31d9333 100755
--- a/board/st/u8500/mmc_utils.c
+++ b/board/st/u8500/mmc_utils.c
@@ -224,7 +224,7 @@ t_mmc_error mmc_initCard ()
clockcontrol.pwrsave= MMC_DISABLE;
clockcontrol.bypass = MMC_DISABLE;
clockcontrol.widebus= MMC_DISABLE;
- error = mmc_setclockfrequency (0x0A); // 12MHz
+ error = mmc_setclockfrequency(0x00); /* 26 MHz */
if (error != MMC_OK)
{
goto end;