summaryrefslogtreecommitdiff
path: root/include/configs/s5p4418_nanopi2.h
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2020-10-26 11:31:41 +0300
committerTom Rini <trini@konsulko.com>2020-12-01 22:12:28 +0300
commit310f285e788dbc77fe804261ff5d016cd56ad523 (patch)
treece689b2fcb06c47605474eef5e855d24b011e8a2 /include/configs/s5p4418_nanopi2.h
parente1864db60d3a4281f440ca4230b4e810bde0fb99 (diff)
downloadu-boot-310f285e788dbc77fe804261ff5d016cd56ad523.tar.xz
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/s5p4418_nanopi2.h b/include/configs/s5p4418_nanopi2.h
index 6dd1f3bc04..1e2180b970 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
*/