blob: 0e494372094e5a1f6c1d23c432be2499f16336e6 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Neil Armstrong4c2ea412017-10-12 15:50:32 +02002/*
3 * Configuration for Amlogic P212
4 *
5 * Copyright (C) 2017 Baylibre, SAS
6 * Author: Neil Armstrong <narmstrong@baylibre.com>
Neil Armstrong4c2ea412017-10-12 15:50:32 +02007 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
12#define CONFIG_MISC_INIT_R
13
Neil Armstrong4c2ea412017-10-12 15:50:32 +020014/* Serial setup */
Neil Armstrong4c2ea412017-10-12 15:50:32 +020015
16#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-p212.dtb\0"
17
18#include <configs/meson-gxbb-common.h>
19
20#endif /* __CONFIG_H */