# # tty_config.txt - setup the tty configuration for boards that use the second UART as console. # (often unnecessary, since these are usually the default values) # setenv ${txt_file} setenv tty_args console=ttyS1,${baudrate} SERIALGETTY=ttyS1 SERIALBAUD=${baudrate}