From: Grzegorz Bernacki Date: Wed, 17 Jun 2009 14:20:14 +0000 (+0200) Subject: digsy mtc: Enable command line history. X-Git-Tag: v2009.08-rc1~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a781de12700e2cb3d3011fc83b47f7dd8cc3c154;p=platform%2Fkernel%2Fu-boot.git digsy mtc: Enable command line history. Signed-off-by: Grzegorz Bernacki --- diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 558010f..6ccebfa 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -272,6 +272,7 @@ */ #define CONFIG_SYS_LONGHELP #define CONFIG_AUTO_COMPLETE 1 +#define CONFIG_CMDLINE_EDITING 1 #define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "