From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Tue, 16 Jan 2007 14:13:12 +0100 Subject: [U-Boot-Users] [Patch] mcf52x2 change baudrate Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, if you are use LOADS, LOADB or set baudrate on mcf52x2 boards the changing of baudrate never works. This patch fixed the problem. CHANGELOG * Fix: stops receiver and transmitter before changing the baudrate * restarts receiver and transmitter after changing the baudrate register * Fix: use gd->baudrate instead of gd->bd->bi_baudrate in serial_setbrg(void) -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mcf52x2_change_baud.patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20070116/73d30547/attachment.txt