summaryrefslogtreecommitdiffstats
path: root/board/nokia/rx51/rx51.c
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2012-12-03 02:19:44 +0000
committerTom Rini <trini@ti.com>2013-03-08 16:41:13 -0500
commite874d5b001e9d7ea0fc7596ef0fe6dd520ed8ec6 (patch)
tree986ee326891b81627b807faaa381dff0fea1a8d2 /board/nokia/rx51/rx51.c
parentcc22b0c0122cee0ab59dcc3c06c52835b38e8791 (diff)
downloadblackbird-obmc-uboot-e874d5b001e9d7ea0fc7596ef0fe6dd520ed8ec6.tar.gz
blackbird-obmc-uboot-e874d5b001e9d7ea0fc7596ef0fe6dd520ed8ec6.zip
omap_hsmmc: implement driver check for card detection
Implement driver check for card detection. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'board/nokia/rx51/rx51.c')
-rw-r--r--board/nokia/rx51/rx51.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/nokia/rx51/rx51.c b/board/nokia/rx51/rx51.c
index b2fe1c531a..f303e1ebc7 100644
--- a/board/nokia/rx51/rx51.c
+++ b/board/nokia/rx51/rx51.c
@@ -671,7 +671,7 @@ int rx51_kp_getc(void)
*/
int board_mmc_init(bd_t *bis)
{
- omap_mmc_init(0, 0, 0);
- omap_mmc_init(1, 0, 0);
+ omap_mmc_init(0, 0, 0, -1);
+ omap_mmc_init(1, 0, 0, -1);
return 0;
}
OpenPOWER on IntegriCloud