]> git.ipfire.org Git - people/ms/u-boot.git/commit
dfu: odroid xu3: Define DFU_MANIFEST_POLL_TIMEOUT to handle large files transmission...
authorLukasz Majewski <l.majewski@samsung.com>
Thu, 28 Jan 2016 16:14:52 +0000 (17:14 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 24 Feb 2016 18:12:32 +0000 (19:12 +0100)
commit7124a8c4cf014e88b1b569be4150459ca9a6345e
tree06a18ca8613f7d95cb1b53fe3efafc828c531f01
parentfc18f8d170ecc7e15269ad5312ec643addb42491
dfu: odroid xu3: Define DFU_MANIFEST_POLL_TIMEOUT to handle large files transmission and storage

As tested on the Odroid XU3, large files to be stored on the file system
require considerable time to be physically written to the medium.

The default 300 ms is not enough to store large file (e.g. 26 MiB).
To fix this situation the DFU_MANIFEST_POLL_TIMEOUT has been defined.

It is used to cease the communication with dfu-util and allow the target
board to store the data on file system.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
include/configs/odroid_xu3.h