[PATCH] configs: sunxi: OrangePi Zero: enable Macronix flash support

7 Jul
2022
7 Jul
'22
10:01 a.m.
The boards that come with a flash memory pre-soldered have a Macronix flash chip.
Fixes: 280294c5df ("sunxi: boards: Enable SPI flash support in U-Boot proper") Signed-off-by: Michal Suchanek msuchanek@suse.de --- configs/orangepi_zero_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig index 2dc69d2994..f7f3bfbcc4 100644 --- a/configs/orangepi_zero_defconfig +++ b/configs/orangepi_zero_defconfig @@ -8,6 +8,7 @@ CONFIG_DRAM_CLK=624 CONFIG_SPL_SPI_SUNXI=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_CONSOLE_MUX=y +CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_SUN8I_EMAC=y CONFIG_SPI=y
--
2.36.1
1035
Age (days ago)
1035
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Suchanek