commit | 33004ab06bb7a2a95fe002ff5a9f73e36aeeccf5 | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric.nelson@boundarydevices.com> | Tue Sep 30 12:05:41 2014 -0700 |
committer | Marek Vasut <marex@denx.de> | Mon Oct 06 14:50:44 2014 +0200 |
tree | d3f5e568ba258177da568a7c24ece08aa8d8018c | |
parent | 70567d9aef2579f7c2dcf58ecf49870917de029d [diff] |
usb: gadget: fastboot: explicitly set radix of maximum download size The processing of the max-download-size variable requires a radix specifier, or the fastboot host tool will interpret it as an octal number. 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>