From: Michal Suchanek Date: Thu, 7 Jul 2022 08:01:16 +0000 (+0200) Subject: configs: sunxi: OrangePi Zero: enable Macronix flash support X-Git-Tag: baikal/mips/sdk5.8.2~5^2~285^2~5 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=e29388f234d007e5b83c72c902cbb99f07c63561;p=uboot.git configs: sunxi: OrangePi Zero: enable Macronix flash support The boards that come with a flash memory pre-soldered have a Macronix flash chip. Fixes: 6cf3a7ea32 ("sunxi: boards: Enable SPI flash support in U-Boot proper") Signed-off-by: Michal Suchanek Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig index b5ff84aaf6..b6de0b9aa2 100644 --- a/configs/orangepi_zero_defconfig +++ b/configs/orangepi_zero_defconfig @@ -10,6 +10,7 @@ CONFIG_SPL_SPI_SUNXI=y CONFIG_CONSOLE_MUX=y CONFIG_SPL_STACK=0x8000 CONFIG_SYS_PBSIZE=1024 +CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_SUN8I_EMAC=y CONFIG_SPI=y