mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-20 20:26:12 -04:00
edminiv2: add hush parser, cmdline editing and long help
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
parent
3f8435516b
commit
a203a7c86c
@ -221,6 +221,16 @@
|
|||||||
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000
|
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000
|
||||||
#define CONFIG_SYS_MAXARGS 16
|
#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 */
|
/* additions for new relocation code, must be added to all boards */
|
||||||
#define CONFIG_SYS_SDRAM_BASE 0
|
#define CONFIG_SYS_SDRAM_BASE 0
|
||||||
#define CONFIG_SYS_INIT_SP_ADDR \
|
#define CONFIG_SYS_INIT_SP_ADDR \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user