diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2019-10-16 19:19:25 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-10-25 00:48:31 +0530 |
commit | f8cb77ffbac5ca01b6372bae413f4c205edf089d (patch) | |
tree | de2ade2f010224d8f3e399ab64a55e5283223c3c /configs/sopine_baseboard_defconfig | |
parent | 7945caf22c44a9e394ef535a27b502ec3f3ba5ed (diff) | |
download | u-boot-f8cb77ffbac5ca01b6372bae413f4c205edf089d.tar.gz |
configs: sopine-baseboard: Enable SPI-FLASH
SoPine has winbond SPI-FLASH, so enable the same in defconfig
and add aliases for spi0 in -u-boot.dtsi
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/sopine_baseboard_defconfig')
-rw-r--r-- | configs/sopine_baseboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sopine_baseboard_defconfig b/configs/sopine_baseboard_defconfig index 5833234b63..c9123fd7ee 100644 --- a/configs/sopine_baseboard_defconfig +++ b/configs/sopine_baseboard_defconfig @@ -10,6 +10,7 @@ CONFIG_DRAM_ZQ=3881949 CONFIG_MMC0_CD_PIN="" CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_SPL_SPI_SUNXI=y +CONFIG_SPI_FLASH_WINBOND=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_USE_PREBOOT=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x8000 |