summaryrefslogtreecommitdiff
path: root/include/configs/imx8mn_evk.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/imx8mn_evk.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/imx8mn_evk.h')
-rw-r--r--include/configs/imx8mn_evk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx8mn_evk.h b/include/configs/imx8mn_evk.h
index a6333085fe..cda8fc2ef7 100644
--- a/include/configs/imx8mn_evk.h
+++ b/include/configs/imx8mn_evk.h
@@ -124,7 +124,6 @@
#define CONFIG_MXC_UART_BASE UART2_BASE_ADDR
/* Monitor Command Prompt */
-#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#define CONFIG_SYS_CBSIZE 2048
#define CONFIG_SYS_MAXARGS 64
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE