From 4de31fd7bddfe278ae66e58d9b00f7594f884e21 Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Thu, 9 Dec 2010 09:29:17 +0900 Subject: [PATCH] s5p: bug fixed. --- drivers/misc/info_action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.7.4