blob: f7ecb7be18a7a13135bc968f127d74a8169e150d [file] [log] [blame]
Thomas McKahan7cb61e02018-06-25 16:50:17 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration for NANOPI-K2
4 * (C) Copyright 2018 Thomas McKahan
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
10#define CONFIG_MISC_INIT_R
11
12/* Serial setup */
13
14#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-nanopi-k2.dtb\0"
15
16#include <configs/meson-gx-common.h>
17
18#endif /* __CONFIG_H */