diff options
author | wdenk <wdenk> | 2004-02-27 08:20:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-27 08:20:54 +0000 |
commit | 132ba5fdc546084dfbebe4668a6e18f5da8eb407 (patch) | |
tree | 307c6b930e79fcd3c8543f3aac17b919192203be /lib_i386 | |
parent | 11dadd547c08a3480ea153482e99c6ae70b73415 (diff) | |
download | bootable_bootloader_goldelico_gta04-132ba5fdc546084dfbebe4668a6e18f5da8eb407.zip bootable_bootloader_goldelico_gta04-132ba5fdc546084dfbebe4668a6e18f5da8eb407.tar.gz bootable_bootloader_goldelico_gta04-132ba5fdc546084dfbebe4668a6e18f5da8eb407.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_i386/board.c b/lib_i386/board.c index b26d3d5..25ad670 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 |