]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
cade865a NA |
2 | /* |
3 | * Configuration for Amlogic P212 | |
4 | * | |
5 | * Copyright (C) 2017 Baylibre, SAS | |
6 | * Author: Neil Armstrong <[email protected]> | |
cade865a NA |
7 | */ |
8 | ||
9 | #ifndef __CONFIG_H | |
10 | #define __CONFIG_H | |
11 | ||
cade865a | 12 | /* Serial setup */ |
cade865a NA |
13 | |
14 | #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-p212.dtb\0" | |
15 | ||
f0f3762c | 16 | #include <configs/meson-gx-common.h> |
cade865a NA |
17 | |
18 | #endif /* __CONFIG_H */ |