Re: [U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9

2015-06-08 Thread Bin Meng
Hi Jagan, On Tue, Jun 9, 2015 at 1:58 AM, Jagan Teki wrote: > Hi Simon, > > On 7 June 2015 at 20:20, Simon Glass wrote: >> The logic is incorrect and currently has no effect. Fix it so that we can >> write to SPI flash, since by default it is write-protected. >> >> Signed-off-by: Simon Glass >>

Re: [U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9

2015-06-08 Thread Jagan Teki
Hi Simon, On 7 June 2015 at 20:20, Simon Glass wrote: > The logic is incorrect and currently has no effect. Fix it so that we can > write to SPI flash, since by default it is write-protected. > > Signed-off-by: Simon Glass > --- > > drivers/spi/ich.c | 4 ++-- > 1 file changed, 2 insertions(+),

Re: [U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9

2015-06-07 Thread Bin Meng
On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass wrote: > The logic is incorrect and currently has no effect. Fix it so that we can > write to SPI flash, since by default it is write-protected. > > Signed-off-by: Simon Glass > --- > > drivers/spi/ich.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9

2015-06-07 Thread Simon Glass
The logic is incorrect and currently has no effect. Fix it so that we can write to SPI flash, since by default it is write-protected. Signed-off-by: Simon Glass --- drivers/spi/ich.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c in