From: Donghwa Lee Date: Thu, 9 Dec 2010 00:29:17 +0000 (+0900) Subject: s5p: bug fixed. X-Git-Tag: v0.2~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4de31fd7bddfe278ae66e58d9b00f7594f884e21;p=kernel%2Fu-boot.git s5p: bug fixed. --- diff --git a/drivers/misc/info_action.c b/drivers/misc/info_action.c index 9de356c..12a218e 100644 --- a/drivers/misc/info_action.c +++ b/drivers/misc/info_action.c @@ -17,10 +17,10 @@ void info_action_check(void) switch (ia->action) { case INFO_ACTION_SDCARD_BOOT: puts("sdcard boot\n"); - /* Please add the parameters and just 'run sdboot' */ + /* Please add the parameters and just 'run mmcboot' */ count += sprintf(buf + count, "mmc rescan 1; "); count += sprintf(buf + count, "run loaduimage; "); - count += sprintf(buf + count, "run sdboot; "); + count += sprintf(buf + count, "run mmcboot; "); setenv("bootcmd", buf); setenv("mmcdev", "1"); setenv("mmcpart", "0");