fastboot: Move fastboot response functions to fastboot core
The functions and a few define to generate a fastboot message to be sent back to the host were so far duplicated among the users. Move them all to a common place. Signed-off-by:Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
Showing
- common/aboot.c 15 additions, 17 deletionscommon/aboot.c
- common/fb_mmc.c 17 additions, 28 deletionscommon/fb_mmc.c
- drivers/usb/gadget/f_fastboot.c 19 additions, 8 deletionsdrivers/usb/gadget/f_fastboot.c
- include/aboot.h 3 additions, 6 deletionsinclude/aboot.h
- include/fastboot.h 22 additions, 0 deletionsinclude/fastboot.h
Loading
Please register or sign in to comment