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

#ifndef __CONFIG_H
#define __CONFIG_H

#define CONFIG_MISC_INIT_R

/* Serial setup */

#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0"

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

#endif /* __CONFIG_H */