blob: cbe04ac3c232464255bac08bc416e416b5c6044f [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Maxime Ripard8a6564d2014-10-03 20:16:29 +08002/*
3 * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net>
4 * (C) Copyright 2013 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
5 * (C) Copyright 2013 Maxime Ripard <maxime.ripard@free-electrons.com>
6 *
Andre Przywara93118432022-07-04 15:10:03 +01007 * Placeholder wrapper to allow addressing Allwinner A31 (sun6i) CPU
8 * based devices separately. Please do not add anything in here.
Maxime Ripard8a6564d2014-10-03 20:16:29 +08009 */
Maxime Ripard8a6564d2014-10-03 20:16:29 +080010#ifndef __CONFIG_H
11#define __CONFIG_H
12
Maxime Ripard8a6564d2014-10-03 20:16:29 +080013#include <configs/sunxi-common.h>
14
15#endif /* __CONFIG_H */