commit | 40003a049fdd9f66b17cb702087e651c9bda4de7 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Oct 25 15:12:53 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Nov 03 06:45:26 2021 +0100 |
tree | 86332ddce168972b911c27027c5270dc2eb591f8 | |
parent | c1efca4e479eb998b7db65314cd529c034438e14 [diff] |
tools: kwboot: Fix initialization of tty device Explicitly disable 2 stop bits by clearing CSTOPB flag, disable modem control flow by clearing CRTSCTS flag and do not send hangup after closing device by clearing HUPCL flag. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>