Re: [PATCH v11 09/24] cli: Add menu for hush parser

2023-11-09 Thread Tom Rini
On Tue, Nov 07, 2023 at 11:41:06PM +0200, Francis Laniel wrote: > For the moment, the menu contains only entry: HUSH_OLD_PARSER which is the > default. > The goal is to prepare the field to add a new hush parser which guarantees > actual behavior is still correct. > > Reviewed-by: Simon Glass >

[PATCH v11 09/24] cli: Add menu for hush parser

2023-11-07 Thread Francis Laniel
For the moment, the menu contains only entry: HUSH_OLD_PARSER which is the default. The goal is to prepare the field to add a new hush parser which guarantees actual behavior is still correct. Reviewed-by: Simon Glass Signed-off-by: Francis Laniel --- cmd/Kconfig | 13 +