diff options
author | Albert ARIBAUD <[albert.u.boot@aribaud.net]> | 2012-02-06 20:32:19 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-12 10:11:27 +0100 |
commit | a203a7c86cf0a268e8ae18489ff812d85fcddb9e (patch) | |
tree | 4d0397d7a40145de46d8c03a2c8711f7f371c3ed | |
parent | 3f8435516b1c27c7fdf75ace1de1391d119c65c4 (diff) | |
download | u-boot-imx-a203a7c86cf0a268e8ae18489ff812d85fcddb9e.zip u-boot-imx-a203a7c86cf0a268e8ae18489ff812d85fcddb9e.tar.gz u-boot-imx-a203a7c86cf0a268e8ae18489ff812d85fcddb9e.tar.bz2 |
edminiv2: add hush parser, cmdline editing and long help
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
-rw-r--r-- | include/configs/edminiv2.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 88d32b2..988d045 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 \ |