Re: [PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use

2021-12-20 Thread Tom Rini
On Wed, Dec 08, 2021 at 03:33:11PM +0100, Joakim Tjernlund wrote: > Commit "fw_setenv: lock the flash only if it was locked before" > checks for Locked status with uninitialized erase data. > Address by moving the test for MEMISLOCKED. > > Fixes: 8a726b852502 ("fw_setenv: lock the flash only if i

Re: [PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use

2021-12-20 Thread Ivan Mikhaylov
ecember 2021 18:22 > To: u-boot@lists.denx.de; joe.hershber...@ni.com; fr0st6...@gmail.com > Subject: Re: [PATCH] fw_setenv: Unbreak fw_setenv caused by buggy > MEMISLOCKED use > > +Joe Hershberger > >  Jocke > > On Wed, 2021-12-08 at 15:33 +0100, Joakim Tjernlund wrote: > >

Re: [PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use

2021-12-19 Thread Joakim Tjernlund
__ > > From: Joakim Tjernlund > > Sent: 13 December 2021 18:22 > > To: u-boot@lists.denx.de; joe.hershber...@ni.com; fr0st6...@gmail.com > > Subject: Re: [PATCH] fw_setenv: Unbreak fw_setenv caused by buggy > > MEMISLOCKED use > >

Re: [PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use

2021-12-18 Thread Joakim Tjernlund
Re: [PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use +Joe Hershberger Jocke On Wed, 2021-12-08 at 15:33 +0100, Joakim Tjernlund wrote: > Commit "fw_setenv: lock the flash only if it was locked before" > checks for Locked status with uninitialized erase data. > A

Re: [PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use

2021-12-13 Thread Joakim Tjernlund
+Joe Hershberger Jocke On Wed, 2021-12-08 at 15:33 +0100, Joakim Tjernlund wrote: > Commit "fw_setenv: lock the flash only if it was locked before" > checks for Locked status with uninitialized erase data. > Address by moving the test for MEMISLOCKED. > > Fixes: 8a726b852502 ("fw_setenv: lock t

[PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use

2021-12-08 Thread Joakim Tjernlund
Commit "fw_setenv: lock the flash only if it was locked before" checks for Locked status with uninitialized erase data. Address by moving the test for MEMISLOCKED. Fixes: 8a726b852502 ("fw_setenv: lock the flash only if it was locked before") Signed-off-by: Joakim Tjernlund --- tools/env/fw_env.