blob: a0856f98dac3531ff80c0a95c5baed683822ed36 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Neil Armstrong96e7b5a2017-11-27 10:16:19 +01002/*
3 * Configuration for LibreTech CC
4 *
5 * Copyright (C) 2017 Baylibre, SAS
6 * Author: Neil Armstrong <narmstrong@baylibre.com>
Neil Armstrong96e7b5a2017-11-27 10:16:19 +01007 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
Neil Armstrong96e7b5a2017-11-27 10:16:19 +010012#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-libretech-cc.dtb\0"
13
Neil Armstrongf0f37622018-04-11 17:13:45 +020014#include <configs/meson-gx-common.h>
Neil Armstrong96e7b5a2017-11-27 10:16:19 +010015
16#endif /* __CONFIG_H */