]> git.sur5r.net Git - u-boot/blob - include/configs/p212.h
Merge git://git.denx.de/u-boot-sunxi
[u-boot] / include / configs / p212.h
1 /*
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
15 /* Serial setup */
16 #define CONFIG_CONS_INDEX               0
17
18 #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-p212.dtb\0"
19
20 #include <configs/meson-gxbb-common.h>
21
22 #endif /* __CONFIG_H */