commit | 665052940baed6acbf16a1a0d27475279079ef44 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Jun 02 16:53:16 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:47:17 2009 +0200 |
tree | c72baa3fd5838e19de89acb87643d09685659311 | |
parent | 549f5f50619afab52a186921fe97e9c725d2bca5 [diff] |
mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code This patch removes the duplicated code for baudrate generator configuration in the PSC serial_init() implementation by calling serial_setbrg() instead of duplicating the code. Signed-off-by: Stefan Roese <sr@denx.de>