summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2008-06-10 15:16:34 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:37 -0700
commitf631cf6bcecb2e730e3bef10d76d4a947e6d3414 (patch)
tree6c6f3c02e969a830d8d7d9148af63557b8e3687e
parent386b0b44ea92a98605323274c63b1bc29cfea86b (diff)
downloadbootstub-f631cf6bcecb2e730e3bef10d76d4a947e6d3414.tar.gz
Set default baudrate to 115200
-rw-r--r--spi-uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spi-uart.c b/spi-uart.c
index d291af6..c78f0dc 100644
--- a/spi-uart.c
+++ b/spi-uart.c
@@ -43,7 +43,7 @@ static void spi_init()
/* set a default baud rate, 115200 */
/* feng, need make sure SPIC and MAXIM3110 match */
//spi_enable_clk(32);
- pspi->baudr = 0x2;
+ pspi->baudr = 0x32;
/* need set the transmit threshhol? */
pspi->txftlr = 0x3;