From: Kongyang Liu Date: Sat, 20 Apr 2024 07:08:25 +0000 (+0800) Subject: configs: milkv_duo: Add spi nor configs X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=849e3fd8f698a3e12b5536d18d261e3fff87db33;p=u-boot.git configs: milkv_duo: Add spi nor configs Add configs related to spi nor flash for Sophgo Milk-V Duo board Signed-off-by: Kongyang Liu Reviewed-by: Leo Yu-Chi Liang --- diff --git a/configs/milkv_duo_defconfig b/configs/milkv_duo_defconfig index 17387969de..0cb2922de4 100644 --- a/configs/milkv_duo_defconfig +++ b/configs/milkv_duo_defconfig @@ -37,3 +37,6 @@ CONFIG_SYS_NS16550=y CONFIG_SYS_NS16550_MEM32=y CONFIG_SYSRESET=y CONFIG_SYSRESET_CV1800B=y +CONFIG_SPI_FLASH_MACRONIX=y +CONFIG_SPI=y +CONFIG_CV1800B_SPIF=y