Re: [U-Boot] [PATCH] mtd/spi: fix block count for is25lq040b

2017-12-19 Thread Jagan Teki
On Fri, Dec 15, 2017 at 1:21 PM, Sean Nyekjaer wrote: > This spi-nor is 4Mbit/512KB > > Fixes: b4fbcbc5a5 ("mtd/spi: add support for is25lq040b") > Signed-off-by: Sean Nyekjaer > --- Applied to u-boot-spi/master ___ U-Boot mailing list U-Boot@lists.den

[U-Boot] [PATCH] mtd/spi: fix block count for is25lq040b

2017-12-14 Thread Sean Nyekjaer
This spi-nor is 4Mbit/512KB Fixes: b4fbcbc5a5 ("mtd/spi: add support for is25lq040b") Signed-off-by: Sean Nyekjaer --- drivers/mtd/spi/spi_flash_ids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index 32c61