s5p: bug fixed.
authorDonghwa Lee <dh09.lee@samsung.com>
Thu, 9 Dec 2010 00:29:17 +0000 (09:29 +0900)
committerDonghwa Lee <dh09.lee@samsung.com>
Thu, 9 Dec 2010 00:29:17 +0000 (09:29 +0900)
drivers/misc/info_action.c

index 9de356c..12a218e 100644 (file)
@@ -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");