1 // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 3 * Copyright 2013-2014 Freescale Semiconductor 4 */ 5 6 #include <asm/mach/arch.h> 7 8 #include "common.h" 9 10 static const char * const ls1021a_dt_compat[] 11 "fsl,ls1021a", 12 NULL, 13 }; 14 15 DT_MACHINE_START(LS1021A, "Freescale LS1021A") 16 .smp = smp_ops(ls1021a_smp_ 17 .dt_compat = ls1021a_dt_compat, 18 MACHINE_END 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.