
14 Mar
2016
14 Mar
'16
4:25 p.m.
On Sun, Mar 13, 2016 at 06:16:54PM -0700, Eric Anholt wrote:
For Raspberry Pi, we had the input clock rate to the pl011 fixed in the rpi.c file, but it may be changed by firmware due to user changes to config.txt. Since the firmware always sets up the uart (default 115200 output unless the user changes it), we can just skip our own uart init to simplify the boot process and more reliably get serial output.
Signed-off-by: Eric Anholt eric@anholt.net
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom