Re: [U-Boot] [PATCH RFC v2] add redundant environment for env_sf.c

2010-05-05 Thread w . wegner
Hi Mike, On 5 May 2010 at 3:22, Mike Frysinger wrote: > ive merged this into my sf branch and will push out next merge window if > Wolfgang doesnt pick it up before that > -mike thanks! Wolfgang ___ U-Boot mailing list U-Boot@lists.denx.de http://li

Re: [U-Boot] [PATCH RFC v2] add redundant environment for env_sf.c

2010-05-05 Thread Mike Frysinger
ive merged this into my sf branch and will push out next merge window if Wolfgang doesnt pick it up before that -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/

[U-Boot] [PATCH RFC v2] add redundant environment for env_sf.c

2010-04-23 Thread Wolfgang Wegner
This patch adds redundant environment for environment in SPI flash. I took env_flash.c as an example and slightly modified it. Apart from adapting things to SF, I also slightly changed the decision logic to use area 2 as a default in case the flags are wrong because not having a default path worrie