commit | 36d3bd05cf742d3119631d27bdd21c4f5afb11f7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Aug 12 16:52:47 2005 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Aug 12 16:52:47 2005 +0200 |
tree | 76631044daf87dbee4156c3ac313546c6bb88930 | |
parent | f9b8567966ffe2969ecda88fbbc09c66d3261548 [diff] [blame] |
esd WUH405 and DU405 board updated Patch by Matthias Fuchs, 27 Jul 2005
diff --git a/board/esd/du405/du405.c b/board/esd/du405/du405.c index 2aa2b57..7db2a60 100644 --- a/board/esd/du405/du405.c +++ b/board/esd/du405/du405.c
@@ -141,6 +141,20 @@ } +int misc_init_r (void) +{ + unsigned long cntrl0Reg; + + /* + * Setup UART1 handshaking: use CTS instead of DSR + */ + cntrl0Reg = mfdcr(cntrl0); + mtdcr(cntrl0, cntrl0Reg | 0x00001000); + + return (0); +} + + /* * Check Board Identity: */