diff options
author | Jesse Taube <mr.bossman075@gmail.com> | 2022-02-11 19:32:35 -0500 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2022-03-03 01:24:06 +0000 |
commit | 640f2f3bf1d6320274b17192a1ab9d8030211302 (patch) | |
tree | 50ec97db1d97eed3caeffe35713781e449906cd8 /configs | |
parent | 0dcdaff8b88e996de5d9c91141084cbfcfb01be6 (diff) | |
download | u-boot-640f2f3bf1d6320274b17192a1ab9d8030211302.tar.gz |
mach-sunxi: Enable SPI boot for SUNIV and licheepi nano
Enable SPI boot in SPL on SUNIV architecture and use
it in the licheepi nano that uses the F1C100s.
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/licheepi_nano_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig index 2ac0ef42856..9fd1dcc9958 100644 --- a/configs/licheepi_nano_defconfig +++ b/configs/licheepi_nano_defconfig @@ -9,3 +9,4 @@ CONFIG_MACH_SUNIV=y CONFIG_DRAM_CLK=156 CONFIG_DRAM_ZQ=0 # CONFIG_VIDEO_SUNXI is not set +CONFIG_SPL_SPI_SUNXI=y |