Re: [PATCH] common: cli_hush: Restore clear local variable support

2023-04-03 Thread Stefan Herbrechtsmeier
Hi Simon, Am 01.04.2023 um 08:31 schrieb Simon Glass: Hi Stefan, On Sat, 1 Apr 2023 at 03:43, 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

Re: [PATCH] common: cli_hush: Restore clear local variable support

2023-04-01 Thread Simon Glass
Hi Stefan, On Sat, 1 Apr 2023 at 03:43, 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

[PATCH] common: cli_hush: Restore clear local variable support

2023-03-31 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