[U-Boot] [PATCH] tools/env/fw_printenv: Make redundant env work on locked flashes also

2010-07-30 Thread Detlev Zundel
The invalidation of the old environment instance did not work for flashes supporting hardware locking. Now we unlock/lock around this update also. Signed-off-by: Detlev Zundel --- tools/env/fw_env.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) Please note that this solution

Re: [U-Boot] [PATCH] tools/env/fw_printenv: Make redundant env work on locked flashes also

2010-08-08 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1280481735-21275-1-git-send-email-...@denx.de> you wrote: > The invalidation of the old environment instance did not work for flashes > supporting hardware locking. Now we unlock/lock around this update also. > > Signed-off-by: Detlev Zundel > --- > tools/env/fw