diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-10-26 09:31:42 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-01 14:12:28 -0500 |
commit | 48aee0afb62ee4ce11dd882600cfbcda60efb563 (patch) | |
tree | 16264d1217e152b56a99b65acfd698ce34ea4e56 /README | |
parent | 310f285e788dbc77fe804261ff5d016cd56ad523 (diff) | |
download | u-boot-48aee0afb62ee4ce11dd882600cfbcda60efb563.zip u-boot-48aee0afb62ee4ce11dd882600cfbcda60efb563.tar.gz u-boot-48aee0afb62ee4ce11dd882600cfbcda60efb563.tar.bz2 |
cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2
Move CONFIG_SYS_PROMPT_HUSH_PS2 in Kconfig, depending
on CONFIG_HUSH_PARSER, and remove the default value defined
in cli_hush.c under __U_BOOT__.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1925,13 +1925,6 @@ The following options need to be configured: try longer timeout such as #define CONFIG_NFS_TIMEOUT 10000UL -- Command Interpreter: - CONFIG_SYS_PROMPT_HUSH_PS2 - - This defines the secondary prompt string, which is - printed when the command interpreter needs more input - to complete a command. Usually "> ". - Note: In the current implementation, the local variables |