Re: [U-Boot] [PATCH 05/23] x86: quark: Drop unprotect_spi_flash()

2016-02-02 Thread Bin Meng
On Tue, Feb 2, 2016 at 12:19 AM, Simon Glass wrote: > On 1 February 2016 at 02:40, Bin Meng wrote: >> Unprotecting SPI flash is now handled in the SPI controller driver, >> via a call to the PCH driver. Drop the ad-hoc version. >> >> Signed-off-by: Bin Meng

[U-Boot] [PATCH 05/23] x86: quark: Drop unprotect_spi_flash()

2016-02-01 Thread Bin Meng
Unprotecting SPI flash is now handled in the SPI controller driver, via a call to the PCH driver. Drop the ad-hoc version. Signed-off-by: Bin Meng --- arch/x86/cpu/quark/quark.c | 17 - 1 file changed, 17 deletions(-) diff --git a/arch/x86/cpu/quark/quark.c

Re: [U-Boot] [PATCH 05/23] x86: quark: Drop unprotect_spi_flash()

2016-02-01 Thread Simon Glass
On 1 February 2016 at 02:40, Bin Meng wrote: > Unprotecting SPI flash is now handled in the SPI controller driver, > via a call to the PCH driver. Drop the ad-hoc version. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/quark/quark.c | 17