arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / arm / mach-zx / zx296702.c
blobfd8fa3a074faf95a68ec245d6b2201f4b1e67002
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * Copyright 2014 Linaro Ltd.
4 * Copyright (C) 2014 ZTE Corporation.
5 */
7 #include <asm/mach/arch.h>
8 #include <asm/mach/map.h>
10 #include <linux/of_address.h>
11 #include <linux/of_platform.h>
13 static const char *const zx296702_dt_compat[] __initconst = {
14 "zte,zx296702",
15 NULL,
18 DT_MACHINE_START(ZX, "ZTE ZX296702 (Device Tree)")
19 .dt_compat = zx296702_dt_compat,
20 .l2c_aux_val = 0,
21 .l2c_aux_mask = ~0,
22 MACHINE_END