diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-10-26 09:31:41 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-01 14:12:28 -0500 |
commit | 310f285e788dbc77fe804261ff5d016cd56ad523 (patch) | |
tree | ce689b2fcb06c47605474eef5e855d24b011e8a2 /include/configs/xenguest_arm64.h | |
parent | e1864db60d3a4281f440ca4230b4e810bde0fb99 (diff) | |
download | u-boot-310f285e788dbc77fe804261ff5d016cd56ad523.tar.gz |
hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files
There is no reason to define default option for this macro which is
already done in common/cli_hush.c.
87 #ifndef CONFIG_SYS_PROMPT_HUSH_PS2
88 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
89 #endif
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Diffstat (limited to 'include/configs/xenguest_arm64.h')
-rw-r--r-- | include/configs/xenguest_arm64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xenguest_arm64.h b/include/configs/xenguest_arm64.h index c44381e966c..d76ce13d14e 100644 --- a/include/configs/xenguest_arm64.h +++ b/include/configs/xenguest_arm64.h @@ -27,7 +27,6 @@ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_MAXARGS 64 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |