]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/odroid-c2.h
Kconfig: Migrate CONFIG_BAUDRATE
[people/ms/u-boot.git] / include / configs / odroid-c2.h
CommitLineData
bfcef28a
BG
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
8c9bfc47
AF
11#define CONFIG_MISC_INIT_R
12
bfcef28a
BG
13/* Serial setup */
14#define CONFIG_CONS_INDEX 0
bfcef28a 15
70b8bd7d
AF
16#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0"
17
4b3ab59d 18#include <configs/meson-gxbb-common.h>
bfcef28a
BG
19
20#endif /* __CONFIG_H */