Re: [U-Boot] [PATCH 5/6] Support environment anywhere within erase area

2008-08-31 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > > Erase area - this is all we erase, as opposed to one erase sector. On NOR > this is limited by the environment size, on NAND by the number of blocks - > the fifth parameter in the configuration file. This area may contain

Re: [U-Boot] [PATCH 5/6] Support environment anywhere within erase area

2008-08-31 Thread Guennadi Liakhovetski
On Sun, 31 Aug 2008, Wolfgang Denk wrote: > Dear Guennadi Liakhovetski, > > In message <[EMAIL PROTECTED]> you wrote: > > This will become more important with NAND support, in which case the minimum > > erase region is a block, which consists of several pages and can be 256KiB > > large. > > Ple

Re: [U-Boot] [PATCH 5/6] Support environment anywhere within erase area

2008-08-31 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message <[EMAIL PROTECTED]> you wrote: > This will become more important with NAND support, in which case the minimum > erase region is a block, which consists of several pages and can be 256KiB > large. Please explain. What does "anywhere" mean? At offset 0, 1, 5,

[U-Boot] [PATCH 5/6] Support environment anywhere within erase area

2008-08-27 Thread Guennadi Liakhovetski
This will become more important with NAND support, in which case the minimum erase region is a block, which consists of several pages and can be 256KiB large. Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> --- tools/env/fw_env.c | 125 +++