mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Convert CONFIG_CMDLINE_EDITING to Kconfig
This converts the following to Kconfig: CONFIG_CMDLINE_EDITING Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
54d865b8db
commit
75bdd53d6c
1 changed files with 0 additions and 4 deletions
|
@ -87,10 +87,6 @@
|
|||
sizeof(CONFIG_SYS_PROMPT) + 16)
|
||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */
|
||||
|
||||
#ifndef CONFIG_CMDLINE_EDITING
|
||||
#define CONFIG_CMDLINE_EDITING 1
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_MAXARGS 64 /* max command args */
|
||||
|
||||
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
|
||||
|
|
Loading…
Reference in a new issue