summaryrefslogtreecommitdiffstats
path: root/lib_i386
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-02-27 08:20:54 +0000
committerwdenk <wdenk>2004-02-27 08:20:54 +0000
commit132ba5fdc546084dfbebe4668a6e18f5da8eb407 (patch)
tree307c6b930e79fcd3c8543f3aac17b919192203be /lib_i386
parent11dadd547c08a3480ea153482e99c6ae70b73415 (diff)
downloadtalos-obmc-uboot-132ba5fdc546084dfbebe4668a6e18f5da8eb407.tar.gz
talos-obmc-uboot-132ba5fdc546084dfbebe4668a6e18f5da8eb407.zip
* Patch by Pierre Aubert, 26 Feb 2004
add IDE support for MPC5200 * Patch by Masami Komiya, 26 Feb 2004: add autoload via NFS * Patch by Stephen Williams Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses elsewhere in the source.
Diffstat (limited to 'lib_i386')
-rw-r--r--lib_i386/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_i386/board.c b/lib_i386/board.c
index b26d3d5eb1..25ad670697 100644
--- a/lib_i386/board.c
+++ b/lib_i386/board.c
@@ -343,7 +343,7 @@ void start_i386boot (void)
/* 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
OpenPOWER on IntegriCloud