commit | 3c8f98f5fed5c6f03bb185b79191477885748b14 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Oct 15 14:34:13 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 12 13:17:31 2015 -0500 |
tree | 95759f3960b187fa22606e939bd37f35c0ca76d6 | |
parent | 40aeeda396024913835dc67fa17041693af97bd1 [diff] |
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>