From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 27 Oct 2020 20:10:33 -0600 Subject: [PATCH 2/2] cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 In-Reply-To: <20201026083142.6395-2-patrick.delaunay@st.com> References: <20201026083142.6395-1-patrick.delaunay@st.com> <20201026083142.6395-2-patrick.delaunay@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 26 Oct 2020 at 02:31, Patrick Delaunay wrote: > > Move CONFIG_SYS_PROMPT_HUSH_PS2 in Kconfig, depending > on CONFIG_HUSH_PARSER, and remove the default value defined > in cli_hush.c under __U_BOOT__. > > Signed-off-by: Patrick Delaunay > --- > > README | 7 ------- > cmd/Kconfig | 9 +++++++++ > common/cli_hush.c | 3 --- > scripts/config_whitelist.txt | 1 - > 4 files changed, 9 insertions(+), 11 deletions(-) Reviewed-by: Simon Glass