Re: [U-Boot] [PATCH 5/5] sf: Update SST25* flash params of sector size & numbers

2014-10-26 Thread Simon Glass
On 23 October 2014 07:37, Bin Meng wrote: > Change SST25* flash sector size to 4KiB to match SECT_4K. This makes > 'sf erase offset +len' work on real 4KiB boundary instead of 64KiB. > > Signed-off-by: Bin Meng > --- > drivers/mtd/spi/sf_params.c | 20 ++-- > 1 file changed, 10 i

[U-Boot] [PATCH 5/5] sf: Update SST25* flash params of sector size & numbers

2014-10-23 Thread Bin Meng
Change SST25* flash sector size to 4KiB to match SECT_4K. This makes 'sf erase offset +len' work on real 4KiB boundary instead of 64KiB. Signed-off-by: Bin Meng --- drivers/mtd/spi/sf_params.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/mtd/