commit | 70567d9aef2579f7c2dcf58ecf49870917de029d | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric.nelson@boundarydevices.com> | Tue Sep 30 12:05:40 2014 -0700 |
committer | Marek Vasut <marex@denx.de> | Mon Oct 06 14:50:44 2014 +0200 |
tree | bce40bb1d431f60a0d5d5e81acd68e77d6987601 | |
parent | fe24e16a5d07c7260b7ef2963f5091a50f3be429 [diff] |
usb: gadget: fastboot: add max-download-size variable Current Android Fastboot seems to use 'max-download-size' instead of 'downloadsize' variable to indicate the maximum size of sparse segments. See function get_target_sparse_limit() in file fastboot/fastboot.c in the AOSP: https://android.googlesource.com/platform/system/core/+/master Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>