aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2008-10-30 16:21:00 -0500
committerAndy Fleming <afleming@freescale.com>2009-02-16 18:07:40 -0600
commitabb5466ccf4ce50f412d459586f4f4b81cb73ac3 (patch)
tree0b4af419109659e21ada81fb38a68ac8e041b4eb /common
parentb2e2ed0233a5ef299361abec4fbdaefb63456eff (diff)
Convert mmc_init to mmc_legacy_init
This is to get it out of the way of incoming MMC framework Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 473825edd..75a75e52e 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -27,7 +27,7 @@
int do_mmc (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
- if (mmc_init (1) != 0) {
+ if (mmc_legacy_init (1) != 0) {
printf ("No MMC card found\n");
return 1;
}