From: Stephen Williams <gfi8d1h02@sneakemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] board.c config patch
Date: Wed, 25 Feb 2004 11:12:28 -0800 [thread overview]
Message-ID: <11218-23151@sneakemail.com> (raw)
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."
next reply other threads:[~2004-02-25 19:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-25 19:12 Stephen Williams [this message]
2004-02-27 0:14 ` [U-Boot-Users] board.c config patch Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11218-23151@sneakemail.com \
--to=gfi8d1h02@sneakemail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.