From 132ba5fdc546084dfbebe4668a6e18f5da8eb407 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 27 Feb 2004 08:20:54 +0000 Subject: * 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. --- lib_i386/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_i386') diff --git a/lib_i386/board.c b/lib_i386/board.c index b26d3d5eb..25ad67069 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 -- cgit v1.2.3