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