aboutsummaryrefslogtreecommitdiff
path: root/include/configs/TQM5200.h
diff options
context:
space:
mode:
authorMartin Krause <martin.krause@tqs.de>2007-10-22 16:45:53 +0200
committerWolfgang Denk <wd@denx.de>2007-10-24 00:29:51 +0200
commitb31f64343ead9482cd439b1adbe4c34026a641b1 (patch)
treecb71f2d8d709fcbad00ba0c36fd4bd5140d34417 /include/configs/TQM5200.h
parent0fc0f91b20ffa802f5a66534ca5c2844910583f6 (diff)
TQM5200: fix spurious characters on second serial interface
With this patch PSC3 is configured as UART. This is done, because if the pins of PSC3 are not configured at all (-> all pins are GPI), due to crosstalk, spurious characters may be send over the RX232_2_TXD signal line. Signed-off-by: Martin Krause <martin.krause@tqs.de>
Diffstat (limited to 'include/configs/TQM5200.h')
-rw-r--r--include/configs/TQM5200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index d55340404..c3f16f524 100644
--- a/include/configs/TQM5200.h
+++ b/include/configs/TQM5200.h
@@ -547,7 +547,7 @@
# if defined (CONFIG_TQM5200_REV100)
# error TQM5200 REV100 not supported on STK52XX REV200 or above
# else/* TQM5200 REV200 and above */
-# define CFG_GPS_PORT_CONFIG 0x91500004
+# define CFG_GPS_PORT_CONFIG 0x91500404
# endif
# endif
#elif defined (CONFIG_FO300)