hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 26 Oct 2020 08:31:41 +0000 (09:31 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 1 Dec 2020 19:12:28 +0000 (14:12 -0500)
commit310f285e788dbc77fe804261ff5d016cd56ad523
treece689b2fcb06c47605474eef5e855d24b011e8a2
parente1864db60d3a4281f440ca4230b4e810bde0fb99
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>
include/configs/apalis-imx8.h
include/configs/colibri-imx8x.h
include/configs/imx8mm_beacon.h
include/configs/imx8mm_evk.h
include/configs/imx8mn_evk.h
include/configs/imx8mp_evk.h
include/configs/imx8mq_evk.h
include/configs/imx8mq_phanbell.h
include/configs/s5p4418_nanopi2.h
include/configs/verdin-imx8mm.h
include/configs/xenguest_arm64.h