Re: [PATCH v2 1/2] common: cli_hush: Restore clear local variable support

2023-05-04 Thread Tom Rini
On Mon, Apr 03, 2023 at 03:50:00PM +0200, Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier > > The u-boot hush shell doesn’t support the unset command to clear a > variable and therefore an empty value ("c=") should be a valid value > for the set_local_var function to clear the varia

Re: [PATCH v2 1/2] common: cli_hush: Restore clear local variable support

2023-04-05 Thread Simon Glass
On Tue, 4 Apr 2023 at 01:50, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > The u-boot hush shell doesn’t support the unset command to clear a > variable and therefore an empty value ("c=") should be a valid value > for the set_local_var function to clear the variable. This pa

[PATCH v2 1/2] common: cli_hush: Restore clear local variable support

2023-04-03 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier The u-boot hush shell doesn’t support the unset command to clear a variable and therefore an empty value ("c=") should be a valid value for the set_local_var function to clear the variable. This partial reverts commit aa722529635c ("common: cli_hush: avoid dead code")