commit | f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Dec 10 12:33:54 2008 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Feb 05 21:25:35 2009 -0500 |
tree | d3ed348b909eb996a03f1d5d00c29aeb11f1f09d | |
parent | 97f265f14f23050f3cb997f617f3a6917b843ea2 [diff] |
Blackfin: dynamically update UART speed when initializing Previously, booting over the UART required the baud rate to be known ahead of time. Using a bit of tricky simple math, we can calculate the new board rate based on the old divisors. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>