blob: f44b388b323631f0297b959f4bc5092c8ba0b350 [file] [log] [blame]
Neil Armstrong5ff2ee42017-11-27 10:16:20 +01001/*
2 * Configuration for Khadas VIM
3 *
4 * Copyright (C) 2017 Baylibre, SAS
5 * Author: Neil Armstrong <narmstrong@baylibre.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
13#define CONFIG_MISC_INIT_R
14
Neil Armstrong5ff2ee42017-11-27 10:16:20 +010015#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-khadas-vim.dtb\0"
16
17#include <configs/meson-gxbb-common.h>
18
19#endif /* __CONFIG_H */