Merge tag 'master-2014-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
[deliverable/linux.git] / arch / arc / plat-tb10x / tb10x.c
CommitLineData
072eb693
CR
1/*
2 * Abilis Systems TB10x platform initialisation
3 *
4 * Copyright (C) Abilis Systems 2012
5 *
6 * Author: Christian Ruppert <christian.ruppert@abilis.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
072eb693 22#include <linux/init.h>
072eb693
CR
23#include <asm/mach_desc.h>
24
072eb693
CR
25static const char *tb10x_compat[] __initdata = {
26 "abilis,arc-tb10x",
27 NULL,
28};
29
30MACHINE_START(TB10x, "tb10x")
31 .dt_compat = tb10x_compat,
072eb693 32MACHINE_END
This page took 0.099482 seconds and 5 git commands to generate.