]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
at91sam9263ek: enable hush and auto complete support
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 30 Mar 2009 14:51:40 +0000 (16:51 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 4 Apr 2009 19:08:47 +0000 (21:08 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Stelian Pop <stelian@popies.net>
include/configs/at91sam9263ek.h

index cd0c15c97d07c41ca4e6abf77bdc683f8a472eab..ee1531f1a7a8dc4604d84bae681bc14b35f375ea 100644 (file)
 #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))
 /*