commit | 8445130590bae3bb688a1817df9f6eaaafdea659 | [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 | 2c00197c778571905eff40ac4fea0eb654af1dda [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>