Re: [PATCH 5/8] sunxi: enable support for SPI NAND booting on SUNIV

2023-01-14 Thread Samuel Holland
On 10/13/22 22:05, Icenowy Zheng wrote: > As we added support for SPI NAND to the existing SPL SPI codepath, route > the boot code to it when it detects the BROM loads SPL from SPI NAND, as > for SoCs with both SPI NAND and boot media indicator support, the boot > media indicator is the same for SP

[PATCH 5/8] sunxi: enable support for SPI NAND booting on SUNIV

2022-10-13 Thread Icenowy Zheng
As we added support for SPI NAND to the existing SPL SPI codepath, route the boot code to it when it detects the BROM loads SPL from SPI NAND, as for SoCs with both SPI NAND and boot media indicator support, the boot media indicator is the same for SPI NOR and NAND. Signed-off-by: Icenowy Zheng -