diff options
author | Paul Burton <paul.burton@imgtec.com> | 2013-11-26 17:45:26 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2013-11-26 21:49:25 +0100 |
commit | 72117dadcbbdffda447daa1e26b4cc4007f61160 (patch) | |
tree | ede34c81c3da5aaab8fbc0fad22d8bb714e932cd /common/cmd_mmc.c | |
parent | d18d49d7ad77f1a97b9697b3761802de5b82983d (diff) | |
download | u-boot-imx-72117dadcbbdffda447daa1e26b4cc4007f61160.zip u-boot-imx-72117dadcbbdffda447daa1e26b4cc4007f61160.tar.gz u-boot-imx-72117dadcbbdffda447daa1e26b4cc4007f61160.tar.bz2 |
malta: correct UART baudrate
CONFIG_SYS_NS16550_CLK specifies the rate of the clock 16x the baud
rate. The SMSC FDC37M81x datasheet states that a divider of 1 results in
a UART at 115200 baud, thus the x16 clock rate is 115200 * 16.
Previously the divider was left at 0 which led to a rate of 38400 baud
regardless of CONFIG_BAUDRATE or the baudrate environment variable.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'common/cmd_mmc.c')
0 files changed, 0 insertions, 0 deletions