Re: [PATCH 2/2] x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPS

2021-07-29 Thread Bin Meng
On Thu, Jul 29, 2021 at 9:45 AM Simon Glass wrote: > > On Wed, 28 Jul 2021 at 04:29, Bin Meng wrote: > > > > Since commit 71025f013ccb ("mtd: spi-nor-core: Rework hwcaps selection") > > SPI flash on Intel Crown Bay board does not work anymore. > > > > Disable CONFIG_SPI_FLASH_SMART_HWCAPS until a

Re: [PATCH 2/2] x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPS

2021-07-28 Thread Simon Glass
On Wed, 28 Jul 2021 at 04:29, Bin Meng wrote: > > Since commit 71025f013ccb ("mtd: spi-nor-core: Rework hwcaps selection") > SPI flash on Intel Crown Bay board does not work anymore. > > Disable CONFIG_SPI_FLASH_SMART_HWCAPS until a proper fix is made to > the spi-nor core. > > Signed-off-by: Bin

[PATCH 2/2] x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPS

2021-07-28 Thread Bin Meng
Since commit 71025f013ccb ("mtd: spi-nor-core: Rework hwcaps selection") SPI flash on Intel Crown Bay board does not work anymore. Disable CONFIG_SPI_FLASH_SMART_HWCAPS until a proper fix is made to the spi-nor core. Signed-off-by: Bin Meng --- configs/crownbay_defconfig | 1 + 1 file changed,