summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9263ek.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-03-30 16:51:40 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-04-04 21:08:47 +0200
commit03bab0091948196b9558248684c04f60943ca4b5 (patch)
tree7e9389466f9e8f539e93e9452c459f16bf2e7f4d /include/configs/at91sam9263ek.h
parent4758ebdd53571d4d183be5c2db8f0ee4ef368915 (diff)
downloadblackbird-obmc-uboot-03bab0091948196b9558248684c04f60943ca4b5.tar.gz
blackbird-obmc-uboot-03bab0091948196b9558248684c04f60943ca4b5.zip
at91sam9263ek: enable hush and auto complete support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'include/configs/at91sam9263ek.h')
-rw-r--r--include/configs/at91sam9263ek.h3
1 files changed, 3 insertions, 0 deletions
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))
/*
OpenPOWER on IntegriCloud