commit | 7d7c497d592de6b7f8a0478d1f28011f24c13598 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Nov 27 10:33:49 2013 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Jan 13 09:46:11 2014 +0100 |
tree | 831895ed144a1e52aa1e8c7625aa0de76ede20c3 | |
parent | a25feb7a6d2ac3351ee00c59a58a0dcfb9a13c9d [diff] |
ARM: versatile: pass console setting to the kernel The Versatiles come up with the primary UART set to ttyAMA0 at 38400 baud, and unless we pass this to the kernel it will assume it is set to 9600 baud which will be quite awkward for the terminal, let's try to be helpful and inform the kernel what setting is used. Cc: Stefano Babic <sbabic@denx.de> Cc: Marek Vasut <marex@denx.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>