Re: [U-Boot] [PATCH 2/2] SPI: Add S25FL164K flash identifier info

2014-12-18 Thread Jagan Teki
On 17 November 2014 at 20:22, Ben Dooks wrote: > Add the necessary flash entry for the Spansion S25FL164K > flash. Tested on Marvell 88F6218 based design. > > Signed-off-by: Ben Dooks > --- > drivers/mtd/spi/sf_params.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mtd/spi/sf_

[U-Boot] [PATCH 2/2] SPI: Add S25FL164K flash identifier info

2014-11-17 Thread Ben Dooks
Add the necessary flash entry for the Spansion S25FL164K flash. Tested on Marvell 88F6218 based design. Signed-off-by: Ben Dooks --- drivers/mtd/spi/sf_params.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c index 462e5c2..c1f243b 10