]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
edminiv2: add hush parser, cmdline editing and long help
authorAlbert ARIBAUD <[albert.u.boot@aribaud.net]>
Mon, 6 Feb 2012 15:02:19 +0000 (20:32 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:27 +0000 (10:11 +0100)
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
include/configs/edminiv2.h

index 88d32b27d6aa84e492b64763a0e5f328337117aa..988d0453382ad737fbdf9a35ca5ba4554ddb9647 100644 (file)
 #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        \