]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/odroid-c2.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / include / configs / odroid-c2.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
bfcef28a
BG
2/*
3 * Configuration for ODROID-C2
4 * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
bfcef28a
BG
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
8c9bfc47
AF
10#define CONFIG_MISC_INIT_R
11
bfcef28a 12/* Serial setup */
bfcef28a 13
70b8bd7d
AF
14#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0"
15
4b3ab59d 16#include <configs/meson-gxbb-common.h>
bfcef28a
BG
17
18#endif /* __CONFIG_H */