[PATCH] x86: crownbay: Enable CONFIG_SPI_FLASH_SMART_HWCAPS

Bin Meng bmeng.cn at gmail.com
Wed Aug 4 05:53:39 CEST 2021


Now that the spi-nor fix has been made in u-boot/master via:

  commit 87e7219f9c6a ("mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()")

enable CONFIG_SPI_FLASH_SMART_HWCAPS on Intel Crown Bay again.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 configs/crownbay_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig
index 1923f89b9a..58c370a989 100644
--- a/configs/crownbay_defconfig
+++ b/configs/crownbay_defconfig
@@ -47,7 +47,6 @@ CONFIG_TFTP_TSIZE=y
 CONFIG_REGMAP=y
 CONFIG_SYSCON=y
 CONFIG_CPU=y
-# CONFIG_SPI_FLASH_SMART_HWCAPS is not set
 CONFIG_E1000=y
 CONFIG_SOUND=y
 CONFIG_SOUND_I8254=y
-- 
2.25.1



More information about the U-Boot mailing list