From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 30 Mar 2009 14:51:40 +0000 (+0200) Subject: at91sam9263ek: enable hush and auto complete support X-Git-Tag: v2009.06-rc1~66^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=03bab0091948196b9558248684c04f60943ca4b5;p=oweals%2Fu-boot.git at91sam9263ek: enable hush and auto complete support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Stelian Pop --- diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index cd0c15c97d..ee1531f1a7 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -204,6 +204,9 @@ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_LONGHELP 1 #define CONFIG_CMDLINE_EDITING 1 +#define CONFIG_AUTO_COMPLETE +#define CONFIG_SYS_HUSH_PARSER +#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define ROUND(A, B) (((A) + (B)) & ~((B) - 1)) /*