summaryrefslogtreecommitdiffstats
path: root/include/configs/odroid-c2.h
blob: bf5df9c77b95b3b13ef20f75993d98d94af730bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Configuration for ODROID-C2
 * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __CONFIG_H
#define __CONFIG_H

#define CONFIG_IDENT_STRING		" odroid-c2"

/* Serial setup */
#define CONFIG_CONS_INDEX		0
#define CONFIG_BAUDRATE			115200

#include <configs/meson-gxbb-common.h>

#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud