[BACK]Return to mv64x60_stub.c CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / ppc / boot / simple

File: [Development] / linux-2.6-xfs / arch / ppc / boot / simple / Attic / mv64x60_stub.c (download)

Revision 1.1, Fri Mar 4 14:41:21 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.11
Merge of 2.6.x-xfs-melb:linux:21721a by kenmcd.

/*
 * arch/ppc/boot/simple/mv64x60_stub.c
 *
 * Stub for board_init() routine called from mv64x60_init().
 *
 * Author: Mark A. Greer <mgreer@mvista.com>
 *
 * 2002 (c) MontaVista, Software, Inc.  This file is licensed under the terms
 * of the GNU General Public License version 2.  This program is licensed
 * "as is" without any warranty of any kind, whether express or implied.
 */

#include <linux/config.h>

#if defined(CONFIG_SERIAL_MPSC_CONSOLE)
long __attribute__ ((weak))	mv64x60_console_baud = 9600;
long __attribute__ ((weak))	mv64x60_mpsc_clk_src = 8; /* TCLK */
long __attribute__ ((weak))	mv64x60_mpsc_clk_freq = 100000000;
#endif

void __attribute__ ((weak))
mv64x60_board_init(void)
{
}