diff options
author | Michal Suchanek <msuchanek@suse.de> | 2022-07-07 10:01:16 +0200 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2022-07-18 11:34:26 +0100 |
commit | 4a9f37df1d5e103ad2560db1446511c4f59d289c (patch) | |
tree | 62a894c06059666a35ad9610bdce525843b5c6fd | |
parent | e038c7a20157f6038e235a649a4e495f34c8a991 (diff) |
configs: sunxi: OrangePi Zero: enable Macronix flash support
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>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
-rw-r--r-- | configs/orangepi_zero_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |