Home
last modified time | relevance | path

Searched hist:"84 c24f66c2971f2a4149f60228bfc08f29ba9d30" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c84c24f66c2971f2a4149f60228bfc08f29ba9d30 Tue Sep 30 19:05:41 UTC 2014 Eric Nelson <eric.nelson@boundarydevices.com> 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>