Hi Neil, Thank you for the patch.
On mar., mai 06, 2025 at 18:10, [email protected] wrote: > From: Dmitrii Merkurev <[email protected]> > > Switch the mmc backend to this new shared block helpers, > reducing block logic and only leaving MMC specific logic. > > Signed-off-by: Dmitrii Merkurev <[email protected]> > Signed-off-by: Neil Armstrong <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > drivers/fastboot/Kconfig | 4 +- > drivers/fastboot/Makefile | 3 +- > drivers/fastboot/fb_mmc.c | 210 > +++------------------------------------------- > 3 files changed, 16 insertions(+), 201 deletions(-) >

