blob: 7ef8f42bd2f26522ce9978a6a11840f30b4a99a6 [file] [log] [blame]
Loic Devulder8afd4ea2018-10-03 12:02:07 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration for Khadas VIM2
4 *
5 * Copyright (C) 2017 Baylibre, SAS
6 * Author: Neil Armstrong <narmstrong@baylibre.com>
7 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
12#define CONFIG_MISC_INIT_R
13
14#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxm-khadas-vim2.dtb\0"
15
16#include <configs/meson-gx-common.h>
17
18#endif /* __CONFIG_H */