ar71xx: serial: core: add support for boot console with arbitrary baud rates
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Nov 2015 23:11:10 +0000 (23:11 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Nov 2015 23:11:10 +0000 (23:11 +0000)
commit124526b5b091e2c4487860bcea26099ec442d301
treeca98888e464c5d46fd1b28b89e2ead2b5294357e
parent15feaac37c9872e360a965dcb2dd28069f0ce9aa
ar71xx: serial: core: add support for boot console with arbitrary baud rates

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47450 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ar71xx/patches-4.1/821-serial-core-add-support-for-boot-console-with-arbitr.patch [new file with mode: 0644]