Re: [PATCH 2/2] cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2

2020-12-02 Thread Tom Rini
On Mon, Oct 26, 2020 at 09:31:42AM +0100, 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 > Reviewed-by: Simon Glass Applied to

Re: [PATCH 2/2] cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2

2020-10-27 Thread Simon Glass
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 ---

[PATCH 2/2] cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2

2020-10-26 Thread Patrick Delaunay
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