blob: b6cd8d39a8f4f27b31503f675d11e307b47fb04d [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +08002/*
3 * (C) Copyright 2014 Chen-Yu Tsai <wens@csie.org>
4 *
Andre Przywara93118432022-07-04 15:10:03 +01005 * Placeholder wrapper to allow addressing Allwinner A23 (and later) sun8i
6 * CPU based devices separately. Please do not add anything in here.
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +08007 */
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +08008#ifndef __CONFIG_H
9#define __CONFIG_H
10
Chen-Yu Tsai8ebe4f42014-10-22 16:47:44 +080011#include <configs/sunxi-common.h>
12
13#endif /* __CONFIG_H */