]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Disable tty interbyte timeout
authorPali Rohár <pali@kernel.org>
Fri, 24 Sep 2021 21:07:09 +0000 (23:07 +0200)
committerStefan Roese <sr@denx.de>
Fri, 1 Oct 2021 09:07:13 +0000 (11:07 +0200)
commite315cdd5cf0f2ce935d9203724c1bb9ba2f97ba3
treef6e534cf5e4720b4f57f748588746fca74b2352e
parentb59b146810ba501b1a0b3d1169beadf38c56bf3b
tools: kwboot: Disable tty interbyte timeout

Function kwboot_tty_recv() has its own handling of read timeout, we
don't need to do set it in tty settings.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
tools/kwboot.c