Thomas McKahan | 7cb61e0 | 2018-06-25 16:50:17 +0200 | [diff] [blame] | 1 | /* 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 | |||||
Thomas McKahan | 7cb61e0 | 2018-06-25 16:50:17 +0200 | [diff] [blame] | 10 | /* Serial setup */ |
11 | |||||
12 | #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-nanopi-k2.dtb\0" | ||||
13 | |||||
14 | #include <configs/meson-gx-common.h> | ||||
15 | |||||
16 | #endif /* __CONFIG_H */ |