ar71xx: serial: core: add support for boot console with arbitrary baud rates
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 10 Nov 2015 23:11:10 +0000 (23:11 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 10 Nov 2015 23:11:10 +0000 (23:11 +0000)
The Arduino Yun uses a baud rate of 250000 by default. The serial is
going over the Atmel ATmega and is used to connect to this chip.
Without this patch Linux wants to switch the console to 230400 Baud.

With this patch Linux will use the configured baud rate and not some
standard one which is near by.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47450


No differences found