summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorAlbert ARIBAUD <[albert.u.boot@aribaud.net]>2012-02-06 20:32:19 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-02-12 10:11:27 +0100
commita203a7c86cf0a268e8ae18489ff812d85fcddb9e (patch)
tree4d0397d7a40145de46d8c03a2c8711f7f371c3ed /include/configs
parent3f8435516b1c27c7fdf75ace1de1391d119c65c4 (diff)
downloadtalos-obmc-uboot-a203a7c86cf0a268e8ae18489ff812d85fcddb9e.tar.gz
talos-obmc-uboot-a203a7c86cf0a268e8ae18489ff812d85fcddb9e.zip
edminiv2: add hush parser, cmdline editing and long help
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/edminiv2.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h
index 88d32b27d6..988d045338 100644
--- a/include/configs/edminiv2.h
+++ b/include/configs/edminiv2.h
@@ -221,6 +221,16 @@
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000
#define CONFIG_SYS_MAXARGS 16
+/* Use the HUSH parser */
+#define CONFIG_SYS_HUSH_PARSER
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
+
+/* Enable command line editing */
+#define CONFIG_CMDLINE_EDITING
+
+/* provide extensive help */
+#define CONFIG_SYS_LONGHELP
+
/* additions for new relocation code, must be added to all boards */
#define CONFIG_SYS_SDRAM_BASE 0
#define CONFIG_SYS_INIT_SP_ADDR \
OpenPOWER on IntegriCloud