diff options
author | wdenk <wdenk> | 2004-02-27 08:20:54 (GMT) |
---|---|---|
committer | wdenk <wdenk> | 2004-02-27 08:20:54 (GMT) |
commit | 132ba5fdc546084dfbebe4668a6e18f5da8eb407 (patch) | |
tree | 307c6b930e79fcd3c8543f3aac17b919192203be /lib_ppc | |
parent | 11dadd547c08a3480ea153482e99c6ae70b73415 (diff) | |
download | u-boot-132ba5fdc546084dfbebe4668a6e18f5da8eb407.tar.xz |
* 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_ppc')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index a85425c..0d2a00e 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -874,7 +874,7 @@ void board_init_r (gd_t *id, ulong dest_addr) /* 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 |