Jingchang Lu | 7f0fb61 | 2014-10-31 17:01:12 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013-2014 Freescale Semiconductor, Inc. |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License as published by |
| 6 | * the Free Software Foundation; either version 2 of the License, or |
| 7 | * (at your option) any later version. |
| 8 | */ |
| 9 | |
| 10 | #include <asm/mach/arch.h> |
| 11 | |
| 12 | #include "common.h" |
| 13 | |
| 14 | static const char * const ls1021a_dt_compat[] __initconst = { |
| 15 | "fsl,ls1021a", |
| 16 | NULL, |
| 17 | }; |
| 18 | |
| 19 | DT_MACHINE_START(LS1021A, "Freescale LS1021A") |
Jingchang Lu | 4e3fea4 | 2014-10-31 17:01:13 +0800 | [diff] [blame] | 20 | .smp = smp_ops(ls1021a_smp_ops), |
Jingchang Lu | 7f0fb61 | 2014-10-31 17:01:12 +0800 | [diff] [blame] | 21 | .dt_compat = ls1021a_dt_compat, |
| 22 | MACHINE_END |