hw25: modified comment

This commit is contained in:
Nicolas Gugger 2020-09-10 16:33:03 +02:00
parent 29a9c27aa3
commit c8a4189cd1
1 changed files with 2 additions and 3 deletions

View File

@ -615,9 +615,8 @@ int board_init(void)
* Set Linux console based on * Set Linux console based on
* - Selection in /root/boot/consoledev * - Selection in /root/boot/consoledev
* - Available tty interfaces * - Available tty interfaces
* - ttyS1: standard console (default, internal only) * - ttyS0: standard console (default, internal only)
* - ttyS0: COM/IO shield (or used as console by kernel, * - ttyS5: RS232/RS485
* when no other console available)
* - ttyNull0: Dummy device if no real UART is available * - ttyNull0: Dummy device if no real UART is available
*/ */
void set_console(void) void set_console(void)