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