blob: dfcb321d425d39c4e886201d0517ccbb0fe2427c [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Siarhei Siamashka26c50fb2016-03-29 17:29:10 +02002/*
Andre Przywara2d833662022-07-04 15:10:03 +01003 * Placeholder wrapper to allow addressing Allwinner A64 (and later) sun50i
4 * CPU based devices separately. Please do not add anything in here.
Siarhei Siamashka26c50fb2016-03-29 17:29:10 +02005 */
Siarhei Siamashka26c50fb2016-03-29 17:29:10 +02006#ifndef __CONFIG_H
7#define __CONFIG_H
8
Siarhei Siamashka26c50fb2016-03-29 17:29:10 +02009#include <configs/sunxi-common.h>
10
11#endif /* __CONFIG_H */