commit | 230fed72aaf09d41a8222a30fb8a6844b94d7645 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Fri Sep 22 22:57:22 2017 +0100 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Wed Sep 27 12:45:32 2017 +0530 |
tree | eb39e8130acb1cf4f42251e52e13831b8b005375 | |
parent | 14ae0f9ab1748502f6954789715f3e69e4566434 [diff] |
SPL: SPI: sunxi: add SPL FIT image support The sunxi-specific SPI load routine only knows how to load a legacy U-Boot image. Teach it how to handle FIT images as well, simply by providing the existing SPL FIT loader with the right loader routine to access the SPI NOR flash. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reported-by: Peter Kosa <kope@madnet.sk> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Jagan Teki <jagan@openedev.com>