]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/odroid-c2.h
48f4a685492ec27f4cfeb4f3e03b3271cdc4f306
[people/ms/u-boot.git] / include / configs / odroid-c2.h
1 /*
2 * Configuration for ODROID-C2
3 * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
10
11 #define CONFIG_MISC_INIT_R
12
13 /* Serial setup */
14 #define CONFIG_CONS_INDEX 0
15 #define CONFIG_BAUDRATE 115200
16
17 #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0"
18
19 #include <configs/meson-gxbb-common.h>
20
21 #endif /* __CONFIG_H */