Re: [PATCH v2] Fix flash and erase of eMMC Boot2 with Fastboot

2021-08-22 Thread Tom Rini
On Sat, May 15, 2021 at 12:06:21AM +0300, Oleh Kravchenko wrote: > The current U-Boot version has the next matches for boot partitions: > > mmc0boot0 to EMMC_BOOT1 > > mmc0boot1 to EMMC_BOOT1 (should be EMMC_BOOT2) > This patch fixes a typo for the boot partition number. > > Signed-off-by: Oleh K

Re: [PATCH v2] Fix flash and erase of eMMC Boot2 with Fastboot

2021-05-20 Thread Oleh Kravchenko
Hello Lukasz, Could you please review this patch? This patch fixes small typos for Fastboot mmc boot2 partition. 20.05.21 17:59, Sean Anderson пише: > > > On 5/14/21 5:06 PM, Oleh Kravchenko wrote: >> The current U-Boot version has the next matches for boot partitions: >>> mmc0boot0 to EMMC_BOO

Re: [PATCH v2] Fix flash and erase of eMMC Boot2 with Fastboot

2021-05-20 Thread Sean Anderson
On 5/14/21 5:06 PM, Oleh Kravchenko wrote: The current U-Boot version has the next matches for boot partitions: mmc0boot0 to EMMC_BOOT1 mmc0boot1 to EMMC_BOOT1 (should be EMMC_BOOT2) This patch fixes a typo for the boot partition number. Signed-off-by: Oleh Kravchenko Cc: Pantelis Antoniou

Re: [PATCH v2] Fix flash and erase of eMMC Boot2 with Fastboot

2021-05-14 Thread Oleh Kravchenko
Hello guys, Could you please review and merge this patch? PR successfully passed CI: https://github.com/u-boot/u-boot/pull/76 15.05.21 00:06, Oleh Kravchenko пише: > The current U-Boot version has the next matches for boot partitions: >> mmc0boot0 to EMMC_BOOT1 >> mmc0boot1 to EMMC_BOOT1 (should

[PATCH v2] Fix flash and erase of eMMC Boot2 with Fastboot

2021-05-14 Thread Oleh Kravchenko
The current U-Boot version has the next matches for boot partitions: > mmc0boot0 to EMMC_BOOT1 > mmc0boot1 to EMMC_BOOT1 (should be EMMC_BOOT2) This patch fixes a typo for the boot partition number. Signed-off-by: Oleh Kravchenko Cc: Pantelis Antoniou Cc: Marek Vasut --- Changes for v2: - up