Re: [U-Boot] [PATCH 1/2] mpc512x: Fix PSC divisor calculation for baudrate setting

2009-06-05 Thread Wolfgang Denk
Dear Stefan Roese, In message <1243954396-24775-1-git-send-email...@denx.de> you wrote: > The wrong input frequency was used in serial_setbrg(). This patch fixes > this by using ips_clk as input frequency for the PSC baudrate generator. > > Signed-off-by: Stefan Roese > --- > cpu/mpc512x/serial

[U-Boot] [PATCH 1/2] mpc512x: Fix PSC divisor calculation for baudrate setting

2009-06-02 Thread Stefan Roese
The wrong input frequency was used in serial_setbrg(). This patch fixes this by using ips_clk as input frequency for the PSC baudrate generator. Signed-off-by: Stefan Roese --- cpu/mpc512x/serial.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/mpc512x/serial.c b/c