This commit was manufactured by cvs2svn to create branch 'vserver'.
[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 long    mv64x60_console_baud = 9600;            /* Default baud: 9600 */
14 long    mv64x60_mpsc_clk_src = 8;               /* Default clk src: TCLK */
15 long    mv64x60_mpsc_clk_freq = 100000000;      /* Default clk freq: 100 MHz */
16
17 void
18 mv64x60_board_init(void)
19 {
20 }