]> git.ipfire.org Git - people/ms/u-boot.git/commit
fastboot: Move fastboot response functions to fastboot core
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 15 Oct 2015 12:34:13 +0000 (14:34 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 18:17:31 +0000 (13:17 -0500)
commit3c8f98f5fed5c6f03bb185b79191477885748b14
tree95759f3960b187fa22606e939bd37f35c0ca76d6
parent40aeeda396024913835dc67fa17041693af97bd1
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>
common/aboot.c
common/fb_mmc.c
drivers/usb/gadget/f_fastboot.c
include/aboot.h
include/fastboot.h [new file with mode: 0644]