vserver 1.9.5.x5
[linux-2.6.git] / arch / ppc / boot / simple / mv64x60_stub.c
1 /*
2  * arch/ppc/boot/simple/mv64x60_stub.c
3  *
4  * Stub for board_init() routine called from mv64x60_init().
5  *
6  * Author: Mark A. Greer <mgreer@mvista.com>
7  *
8  * 2002 (c) MontaVista, Software, Inc.  This file is licensed under the terms
9  * of the GNU General Public License version 2.  This program is licensed
10  * "as is" without any warranty of any kind, whether express or implied.
11  */
12
13 #include <linux/config.h>
14
15 #if defined(CONFIG_SERIAL_MPSC_CONSOLE)
16 long __attribute__ ((weak))     mv64x60_console_baud = 9600;
17 long __attribute__ ((weak))     mv64x60_mpsc_clk_src = 8; /* TCLK */
18 long __attribute__ ((weak))     mv64x60_mpsc_clk_freq = 100000000;
19 #endif
20
21 void __attribute__ ((weak))
22 mv64x60_board_init(void)
23 {
24 }