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/s5p4418_nanopi2.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/s5p4418_nanopi2.h')
-rw-r--r-- | include/configs/s5p4418_nanopi2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/s5p4418_nanopi2.h b/include/configs/s5p4418_nanopi2.h index 6dd1f3bc049..1e2180b970d 100644 --- a/include/configs/s5p4418_nanopi2.h +++ b/include/configs/s5p4418_nanopi2.h @@ -102,10 +102,6 @@ /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -#ifdef CONFIG_HUSH_PARSER -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " -#endif - /*----------------------------------------------------------------------- * Etc Command definition */ |