Re: [U-Boot] [PATCH] fastboot: mmc: add support for flashing boot partitions

2019-06-28 Thread Neil Armstrong
Hi Fabien, On 25/06/2019 18:43, Fabien Parent wrote: > MMC storage supports 4 hardware partitions: > * User partition > * 2 boot partitions > * RPMB partition > > Flashing to the User partition is already supported, and this commit > adds support for flashing to the 2 boot parti

[U-Boot] [PATCH] fastboot: mmc: add support for flashing boot partitions

2019-06-25 Thread Fabien Parent
MMC storage supports 4 hardware partitions: * User partition * 2 boot partitions * RPMB partition Flashing to the User partition is already supported, and this commit adds support for flashing to the 2 boot partitions. User can run the following commands to flash to the bo