Package: u-boot Version: 2015.04~rc3+dfsg1-1 On 2015-03-29, Gerald Kerma wrote: > Signed-off-by: Gerald Kerma <[email protected]> > --- > debian/env-configs/guruplug.config | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/debian/env-configs/guruplug.config > b/debian/env-configs/guruplug.config > index 8b30cbe..1432d29 100644 > --- a/debian/env-configs/guruplug.config > +++ b/debian/env-configs/guruplug.config > @@ -1,10 +1,7 @@ > # Configuration file for fw_(printenv/saveenv) utility. > # > -# Hardware : Marvell Plug2L Reference Board > -# No redundant environment > -# > # XXX this configuration might miss a fifth parameter for the "Number of > # sectors" > > # MTD device name Device offset Env. size Flash sector size > -/dev/mtd0 0x40000 0x20000 0x20000 > +/dev/mtd1 0x0 0x20000 0x20000
As far as I can tell, in mainline u-boot v2015.04-rc5, the offset is 0xE0000: $ grep ENV_OFFSET include/configs/guruplug.h #define CONFIG_ENV_OFFSET 0xE0000 /* env starts here */ live well, vagrant
signature.asc
Description: PGP signature

