Re: [PATCH v2] Fix flashing of eMMC user area with Fastboot

2021-05-13 Thread Oleh Kravchenko
Hello guys, Could you please review this patch? > 13 трав. 2021 р. о 17:23 Oleh Kravchenko пише: > > 'gpt' and 'mmc0' fastboot partitions have been treated as the same device, > but it is wrong. > > Signed-off-by: Oleh Kravchenko > Cc: Pantelis Antoniou > Cc: Marek Vasut > --- > > drivers/

[PATCH v2] Fix flashing of eMMC user area with Fastboot

2021-05-13 Thread Oleh Kravchenko
'gpt' and 'mmc0' fastboot partitions have been treated as the same device, but it is wrong. Signed-off-by: Oleh Kravchenko Cc: Pantelis Antoniou Cc: Marek Vasut --- drivers/fastboot/fb_mmc.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/drivers/fas