Re: [U-Boot] [PATCH] mtd:spi: Correct parameters for s25fs512s flash

2018-06-25 Thread Jagan Teki
On Mon, Jun 25, 2018 at 3:45 PM, Ashish Kumar wrote: > Change sector size to 256KiB in table spi_flash_ids. > > Signed-off-by: Ashish Kumar > --- Applied to u-boot-spi/master ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u

[U-Boot] [PATCH] mtd:spi: Correct parameters for s25fs512s flash

2018-06-25 Thread Ashish Kumar
Change sector size to 256KiB in table spi_flash_ids. Signed-off-by: Ashish Kumar --- 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 c45d2e8..54d491c 100644 --- a/drivers/m