summaryrefslogtreecommitdiff
path: root/configs/bcm958300k_defconfig
diff options
context:
space:
mode:
authorAlberto Panizzo <alberto@amarulasolutions.com>2018-07-12 13:05:46 +0200
committerMarek Vasut <marex@denx.de>2018-08-08 22:22:07 +0200
commit11758a56ab96c216512606ca470a72026e8d45ce (patch)
tree7a976ea7b92dd4688e508df823b498908453b1a3 /configs/bcm958300k_defconfig
parentf68c8e827c26d2911224f5abaa68a94faed07d3e (diff)
usb: rockchip: be quiet on serial port while transferring data
While downloading or uploading megabytes of data we had thousands of printf in console like: transfer 0x10000 bytes done OR Uploading 0x1000 bytes This because transfers are chunked and there is no way on target side to know the overall transfer size (to print one string per overall transfer). All these prints on serial console do slow down significantly the transfer and does not offer a significant information to the developer: rkdeveloptool and Rockchip original tool do use small chunks read/writes on big transfers. This allows on workstation to print percentage of transfer complete and as well offers to developer the information about: transfer is running OK. On error, either the percentage will stop or an error will be shown on workstation console. Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>
Diffstat (limited to 'configs/bcm958300k_defconfig')
0 files changed, 0 insertions, 0 deletions