From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Williams Date: Wed, 25 Feb 2004 11:12:28 -0800 Subject: [U-Boot-Users] board.c config patch Message-ID: <11218-23151@sneakemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This simple patch seems to have got lost in the frey. It is a simple patch that makes the use of CONFIG_SERIAL_SOFTWARE_FIFO consistent with other uses throughout the source. Changelog: * Patch by Stephen Williams Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses elsewhere in the source. % cvs -q diff -pu lib_ppc/board.c Index: lib_ppc/board.c =================================================================== RCS file: /cvsroot/u-boot/u-boot/lib_ppc/board.c,v retrieving revision 1.34 diff -p -u -r1.34 board.c --- lib_ppc/board.c 24 Feb 2004 02:00:13 -0000 1.34 +++ lib_ppc/board.c 25 Feb 2004 18:54:08 -0000 @@ -874,7 +874,7 @@ void board_init_r (gd_t *id, ulong dest_ /* Must happen after interrupts are initialized since * an irq handler gets installed */ -#ifdef CONFIG_SERIAL_SOFTWARE_FIFO +#if CONFIG_SERIAL_SOFTWARE_FIFO serial_buffered_init(); #endif -- Steve Williams "The woods are lovely, dark and deep. steve at XXXXXXXXXX But I have promises to keep, http://www.XXXXXXXXXX and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep."