Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / sh / boards / renesas / rts7751r2d / setup.c
blob2587fd1a0240ea61deca57837f90dfb16e1230f4
1 /*
2 * linux/arch/sh/kernel/setup_rts7751r2d.c
4 * Copyright (C) 2000 Kazumoto Kojima
6 * Renesas Technology Sales RTS7751R2D Support.
8 * Modified for RTS7751R2D by
9 * Atom Create Engineering Co., Ltd. 2002.
12 #include <linux/init.h>
13 #include <asm/io.h>
14 #include <asm/rts7751r2d/rts7751r2d.h>
16 unsigned int debug_counter;
18 const char *get_system_type(void)
20 return "RTS7751R2D";
24 * Initialize the board
26 void __init platform_setup(void)
28 printk(KERN_INFO "Renesas Technology Sales RTS7751R2D support.\n");
29 ctrl_outw(0x0000, PA_OUTPORT);
30 debug_counter = 0;