blob: bf5df9c77b95b3b13ef20f75993d98d94af730bb [file] [log] [blame]
Beniamino Galvanibfcef282016-05-08 08:30:16 +02001/*
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
Beniamino Galvanibfcef282016-05-08 08:30:16 +020011#define CONFIG_IDENT_STRING " odroid-c2"
12
13/* Serial setup */
14#define CONFIG_CONS_INDEX 0
15#define CONFIG_BAUDRATE 115200
16
Carlo Caione4b3ab592016-06-10 20:18:22 +020017#include <configs/meson-gxbb-common.h>
Beniamino Galvanibfcef282016-05-08 08:30:16 +020018
19#endif /* __CONFIG_H */