Re: [PATCH 3/4] fastboot: blk: introduce fastboot block flashing support

2024-04-05 Thread Mattijs Korpershoek
Hi Dmitrii, Thank you for the patch and sorry for the review delay. On mer., mars 06, 2024 at 18:59, Dmitrii Merkurev wrote: > Reuse common logic between existing mmc and new introduced > block implementation > > Signed-off-by: Dmitrii Merkurev > Cc: Alex Kiernan > Cc: Patrick Delaunay >

[PATCH 3/4] fastboot: blk: introduce fastboot block flashing support

2024-03-06 Thread Dmitrii Merkurev
Reuse common logic between existing mmc and new introduced block implementation Signed-off-by: Dmitrii Merkurev Cc: Alex Kiernan Cc: Patrick Delaunay Cc: Simon Glass Cc: Mattijs Korpershoek Cc: Ying-Chun Liu (PaulLiu) --- drivers/fastboot/Makefile | 4 +- drivers/fastboot/fb_block.c |