blob: 1c941370a2e32a8bc0ea9b55a200dd6907be9a42 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/arch/sh/boards/unknown/setup.c
3 *
4 * Copyright (C) 2002 Paul Mundt
5 *
6 * May be copied or modified under the terms of the GNU General Public
7 * License. See linux/COPYING for more information.
8 *
9 * Setup code for an unknown machine (internal peripherials only)
Paul Mundt50373c12006-02-01 03:06:03 -080010 *
11 * This is the simplest of all boards, and serves only as a quick and dirty
12 * method to start debugging a new board during bring-up until proper board
13 * setup code is written.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#include <linux/init.h>
Paul Mundt50373c12006-02-01 03:06:03 -080016#include <asm/machvec.h>
Paul Mundt50373c12006-02-01 03:06:03 -080017
18struct sh_machine_vector mv_unknown __initmv = {
Paul Mundt2c7834a2006-09-27 18:17:31 +090019 .mv_name = "Unknown",
Paul Mundt50373c12006-02-01 03:06:03 -080020};
21ALIAS_MV(unknown)