* [U-Boot-Users] board.c config patch
@ 2004-02-25 19:12 Stephen Williams
2004-02-27 0:14 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Williams @ 2004-02-25 19:12 UTC (permalink / raw)
To: u-boot
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."
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] board.c config patch
2004-02-25 19:12 [U-Boot-Users] board.c config patch Stephen Williams
@ 2004-02-27 0:14 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-02-27 0:14 UTC (permalink / raw)
To: u-boot
In message <11218-23151@sneakemail.com> you wrote:
>
> 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.
Added, thanks - but please be more careful next time. You caught only
one of the 3 board.c files [I fixed the others, too]
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
"The majority of the stupid is invincible and guaranteed for all
time. The terror of their tyranny, however, is alleviated by their
lack of consistency." - Albert Einstein
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-27 0:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-25 19:12 [U-Boot-Users] board.c config patch Stephen Williams
2004-02-27 0:14 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox