Re: [U-Boot] [PATCH 2/2] x86: crownbay: Update dts for SST SPI flash

2015-04-24 Thread Jagan Teki
Hi Simon, On 24 April 2015 at 09:06, Simon Glass wrote: > On 23 April 2015 at 03:00, Bin Meng wrote: >> Use SST SPI flash compatible string "spi-flash-sst" so that the >> write op is really working. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/dts/crownbay.dts | 2 +- >> 1 file changed,

Re: [U-Boot] [PATCH 2/2] x86: crownbay: Update dts for SST SPI flash

2015-04-24 Thread Simon Glass
On 23 April 2015 at 03:00, Bin Meng wrote: > Use SST SPI flash compatible string "spi-flash-sst" so that the > write op is really working. > > Signed-off-by: Bin Meng > --- > > arch/x86/dts/crownbay.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass > > diff

[U-Boot] [PATCH 2/2] x86: crownbay: Update dts for SST SPI flash

2015-04-23 Thread Bin Meng
Use SST SPI flash compatible string "spi-flash-sst" so that the write op is really working. Signed-off-by: Bin Meng --- arch/x86/dts/crownbay.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts index fbdeade..a15d8ca 1006