Hi Allen, On Sun, Mar 17, 2013 at 10:28 AM, Allen Martin <amar...@nvidia.com> wrote: > Add support for Winbond W25Q32DW 32Mbit part > > Signed-off-by: Allen Martin <amar...@nvidia.com> > --- > drivers/mtd/spi/winbond.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c > index 4418302..3560fcb 100644 > --- a/drivers/mtd/spi/winbond.c > +++ b/drivers/mtd/spi/winbond.c > @@ -68,6 +68,11 @@ static const struct winbond_spi_flash_params > winbond_spi_flash_table[] = { > .name = "W25Q80", > }, > { > + .id = 0x6016, > + .nr_blocks = 512,
nr_blocks here should have 64 instead of 512. please let me know, I will add correction-patch for this. Thanks, Jagan. > + .name = "W25Q32DW", > + }, > + { > .id = 0x6017, > .nr_blocks = 128, > .name = "W25Q64DW", > -- > 1.7.10.4 > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot