From c8a4189cd10a635f1289b64ad4fa8331c71a87f1 Mon Sep 17 00:00:00 2001 From: Nicolas Gugger Date: Thu, 10 Sep 2020 16:33:03 +0200 Subject: [PATCH] hw25: modified comment --- board/nm/hw25/board.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/board/nm/hw25/board.c b/board/nm/hw25/board.c index f91823ad4d..cd0d042db8 100644 --- a/board/nm/hw25/board.c +++ b/board/nm/hw25/board.c @@ -615,9 +615,8 @@ int board_init(void) * Set Linux console based on * - Selection in /root/boot/consoledev * - Available tty interfaces - * - ttyS1: standard console (default, internal only) - * - ttyS0: COM/IO shield (or used as console by kernel, - * when no other console available) + * - ttyS0: standard console (default, internal only) + * - ttyS5: RS232/RS485 * - ttyNull0: Dummy device if no real UART is available */ void set_console(void)