Re: [PATCH u-boot-marvell v3 31/39] tools: kwboot: Fix initializing tty device

2021-10-01 Thread Stefan Roese
On 24.09.21 23:07, Marek Behún wrote: From: Pali Rohár Retrieve current terminal settings via tcgetattr(), set to raw mode with cfmakeraw(), enable receiver via CREAD and ignore modem control lines via CLOCAL. Signed-off-by: Pali Rohár Signed-off-by: Marek Behún Reviewed-by: Stefan Roese

[PATCH u-boot-marvell v3 31/39] tools: kwboot: Fix initializing tty device

2021-09-24 Thread Marek Behún
From: Pali Rohár Retrieve current terminal settings via tcgetattr(), set to raw mode with cfmakeraw(), enable receiver via CREAD and ignore modem control lines via CLOCAL. Signed-off-by: Pali Rohár Signed-off-by: Marek Behún --- tools/kwboot.c | 9 + 1 file changed, 5 insertions(+),