]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: licheepi_nano: enable SPI flash
authorAndre Przywara <andre.przywara@arm.com>
Tue, 26 Apr 2022 23:08:18 +0000 (00:08 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 18 Jul 2022 10:34:26 +0000 (11:34 +0100)
commit0f2c2dcc76c9a03ad4e356800c5399e32ffc2385
treeeed19b7784ea0f1f8edafa87a4cdb6122bf630b7
parentd0c1f8f048b3f6d5ac6b2d518bafb6153b91f6b4
sunxi: licheepi_nano: enable SPI flash

Many LicheePi Nano boards come with SPI flash soldered, which already
works for booting the SPL and loading U-Boot proper.
With the updated DTB, we can now also use the SPI flash from U-Boot
proper, so enable the bits in the defconfig, to allow loading binaries
from SPI flash.
There seem to be board revisions with a Winbond SPI chip, but also
others with an XTX chip, so include support for both: the actual chip
used will be autodetected.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
configs/licheepi_nano_defconfig