![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 /* 0003 * Abilis Systems TB10x platform initialisation 0004 * 0005 * Copyright (C) Abilis Systems 2012 0006 * 0007 * Author: Christian Ruppert <christian.ruppert@abilis.com> 0008 */ 0009 0010 #include <linux/init.h> 0011 #include <asm/mach_desc.h> 0012 0013 static const char *tb10x_compat[] __initdata = { 0014 "abilis,arc-tb10x", 0015 NULL, 0016 }; 0017 0018 MACHINE_START(TB10x, "tb10x") 0019 .dt_compat = tb10x_compat, 0020 MACHINE_END
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |