Re: [PATCH 2/2] env: add failing trace in env_erase

2023-01-12 Thread Tom Rini
On Wed, Dec 14, 2022 at 04:51:32PM +0100, Patrick Delaunay wrote: > Add trace in env save to indicate any errors to end user and avoid > silent output when the command 'env erase' is not executed as it is > done in env_save with commit 8968288cb477 ("env: add failing trace in > env_save") > > Sig

Re: [PATCH 2/2] env: add failing trace in env_erase

2023-01-11 Thread Heiko Schocher
Hello Patrick, On 14.12.22 16:51, Patrick Delaunay wrote: > Add trace in env save to indicate any errors to end user and avoid > silent output when the command 'env erase' is not executed as it is > done in env_save with commit 8968288cb477 ("env: add failing trace in > env_save") > > Signed-off-

Re: [Uboot-stm32] [PATCH 2/2] env: add failing trace in env_erase

2023-01-03 Thread Patrice CHOTARD
Hi Patrick On 12/14/22 16:51, Patrick Delaunay wrote: > Add trace in env save to indicate any errors to end user and avoid > silent output when the command 'env erase' is not executed as it is > done in env_save with commit 8968288cb477 ("env: add failing trace in > env_save") > > Signed-off-by:

[PATCH 2/2] env: add failing trace in env_erase

2022-12-14 Thread Patrick Delaunay
Add trace in env save to indicate any errors to end user and avoid silent output when the command 'env erase' is not executed as it is done in env_save with commit 8968288cb477 ("env: add failing trace in env_save") Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- env/env.c