.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/sh/boards/dreamcast/setup.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * Copyright (c) 2002, 2003, 2004 Paul Mundt <lethal@linux-sh.org> |
---|
8 | 9 | * |
---|
9 | 10 | * This file is part of the LinuxDC project (www.linuxdc.org) |
---|
10 | | - * |
---|
11 | | - * Released under the terms of the GNU GPL v2.0. |
---|
12 | 11 | * |
---|
13 | 12 | * This file originally bore the message (with enclosed-$): |
---|
14 | 13 | * Id: setup_dc.c,v 1.5 2001/05/24 05:09:16 mrbrown Exp |
---|
.. | .. |
---|
30 | 29 | |
---|
31 | 30 | static void __init dreamcast_setup(char **cmdline_p) |
---|
32 | 31 | { |
---|
33 | | - board_time_init = aica_time_init; |
---|
34 | 32 | } |
---|
35 | 33 | |
---|
36 | 34 | static struct sh_machine_vector mv_dreamcast __initmv = { |
---|