All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Williams <gfi8d1h02@sneakemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Patch for config_serial_software_fifo
Date: Mon, 02 Feb 2004 15:56:10 -0800	[thread overview]
Message-ID: <15763-93692@sneakemail.com> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


It turns out if you define CONFIG_SERIAL_SOFTWARE_FIFO that
the call to serial_buffered_init() is lib_ppc/board.c, even
though the implementation is compiled out elsewhere. The
following batch fixes this case, assuming I understand
the situation correctly. This matches the useage of the
macro in the cpu/ppc4xx/serial.c file.

* Don't call serial_buffered_init() is CONFIG_SERIAL_SOFTWARE_FIFO
~  is defined to be 0.


- --- u-boot-1.0.0/lib_ppc/board.c	2003-10-15 16:53:59.000000000 -0700
+++ u-boot-1.0.0-devel/lib_ppc/board.c	2004-01-01 16:21:47.000000000 -0800
@@ -835,7 +835,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 icarus.com           But I have promises to keep,
http://www.icarus.com         and lines to code before I sleep,
http://www.picturel.com       And lines to code before I sleep."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAHuOZrPt1Sc2b3ikRAtXPAKDZPTOWlYsbQo6+3Mu8elOfR/fsYACePdOq
mkx1o6rhRrl0M0111CRRvwU=
=kNvq
-----END PGP SIGNATURE-----

                 reply	other threads:[~2004-02-02 23:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=15763-93692@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.