Beniamino Galvani | d1037e4 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 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 | |
Andreas Färber | 68707cd | 2017-01-15 19:53:53 +0100 | [diff] [blame] | 11 | #define CONFIG_MISC_INIT_R |
| 12 | |
Beniamino Galvani | d1037e4 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 13 | /* Serial setup */ |
| 14 | #define CONFIG_CONS_INDEX 0 |
| 15 | #define CONFIG_BAUDRATE 115200 |
| 16 | |
Andreas Färber | d129668 | 2017-01-15 20:22:30 +0100 | [diff] [blame^] | 17 | #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0" |
| 18 | |
Carlo Caione | 72ad903 | 2016-06-10 20:18:22 +0200 | [diff] [blame] | 19 | #include <configs/meson-gxbb-common.h> |
Beniamino Galvani | d1037e4 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 20 | |
| 21 | #endif /* __CONFIG_H */ |