Re: [U-Boot] [PATCH] sf: Correct flash->flags for SST flash

2015-11-19 Thread Jagan Teki
On 16 November 2015 at 09:01, Bin Meng wrote: > flash->flags for SST flash should be updated for both DM and non-DM > flash drivers. > > Signed-off-by: Bin Meng > --- Applied to u-boot-spi/master thanks! -- Jagan. ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH] sf: Correct flash->flags for SST flash

2015-11-15 Thread Bin Meng
flash->flags for SST flash should be updated for both DM and non-DM flash drivers. Signed-off-by: Bin Meng --- drivers/mtd/spi/sf_probe.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c index bc05d30..fcfac44 1