| commit | c4ded03ef608be37db105200010d2f3f88195bd6 | [log] [tgz] |
|---|---|---|
| author | Alex Kiernan <alex.kiernan@gmail.com> | Tue May 29 15:30:40 2018 +0000 |
| committer | Marek Vasut <marex@denx.de> | Wed May 30 11:59:21 2018 +0200 |
| tree | da52aed38bf366e0809899f537429b461b39fb8b | |
| parent | 312a10f16bf3e8b68066fa359d4dd6a887b5fd55 [diff] |
fastboot: Refactor fastboot_okay/fail to take response Add the response string as a parameter to fastboot_okay/fail, instead of modifying a global, to match the contract expected by the AOSP U-Boot code. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>