summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Tang <feng.tang@intel.com>2008-11-20 17:20:56 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:38 -0700
commit0d20f9c744eed5da0a1dc9ea80ab3d345a6f84ed (patch)
tree3e8d913a38204e87b567fb259b041b56e99714f6
parentc883a5ce980f21beb3069a6aa96ec822e4229055 (diff)
downloadbootstub-0d20f9c744eed5da0a1dc9ea80ab3d345a6f84ed.tar.gz
remove the code of setting txtflr register
-rw-r--r--spi-uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spi-uart.c b/spi-uart.c
index 43e73db..42cf8b4 100644
--- a/spi-uart.c
+++ b/spi-uart.c
@@ -46,7 +46,7 @@ static void spi_init()
pspi->baudr = 2;
/* need set the transmit threshhol? */
- pspi->txftlr = 0x3;
+ /* pspi->txftlr = 0x3; */
/* disable all INT for early phase */
pspi->imr &= 0xffffff00;