On Thu, 17 Jul 2025 10:58:54 -0300, Ariel D'Alessandro wrote: > Fastboot currently supports MMC and NAND flash devices. Similarly, > extend the support to SPI flash memories. > > Note that in this initial implementation, partitions on the device are > not supported yet, but raw partitions can be set in U-Boot environment. > > To define a raw partition descriptor, add an environment variable > similar to the MMC case: > > [...]
Applied to u-boot/master, thanks! [1/1] drivers: fastboot: Add support for SPI flash memory commit: afca60620ad7958fbee2d5518de0383483c82ced -- Tom