Re: [U-Boot] [PATCH 27/31] M28: Save environment in NAND

2011-09-19 Thread Scott Wood
On 09/17/2011 03:20 AM, Marek Vasut wrote: > On Friday, September 16, 2011 09:15:12 PM Scott Wood wrote: >> Consider using CONFIG_ENV_RANGE to allow for bad blocks. > > How does this actually play with CONFIG_MTDPARTS ? I don't think there's any direct interaction between the environment code and

Re: [U-Boot] [PATCH 27/31] M28: Save environment in NAND

2011-09-17 Thread Marek Vasut
On Friday, September 16, 2011 09:15:12 PM Scott Wood wrote: > On 09/08/2011 03:42 PM, Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > Cc: Stefano Babic > > Cc: Wolfgang Denk > > Cc: Detlev Zundel > > --- > > > > include/configs/m28evk.h | 11 +-- > > 1 files changed, 9 inserti

Re: [U-Boot] [PATCH 27/31] M28: Save environment in NAND

2011-09-17 Thread Fabio Estevam
On Thu, Sep 8, 2011 at 5:42 PM, Marek Vasut wrote: ... > +/* Environment is in NAND */ > +#define        CONFIG_ENV_IS_IN_NAND           1 You should remove the "1". ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-bo

Re: [U-Boot] [PATCH 27/31] M28: Save environment in NAND

2011-09-16 Thread Scott Wood
On 09/08/2011 03:42 PM, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Stefano Babic > Cc: Wolfgang Denk > Cc: Detlev Zundel > --- > include/configs/m28evk.h | 11 +-- > 1 files changed, 9 insertions(+), 2 deletions(-) > > diff --git a/include/configs/m28evk.h b/include/confi

[U-Boot] [PATCH 27/31] M28: Save environment in NAND

2011-09-08 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Stefano Babic Cc: Wolfgang Denk Cc: Detlev Zundel --- include/configs/m28evk.h | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 0d4a0a3..c120c63 100644 --- a/include/confi