blob: dfcb321d425d39c4e886201d0517ccbb0fe2427c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +02002/*
Andre Przywara93118432022-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 Siamashkad96ebc42016-03-29 17:29:10 +02005 */
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +02006#ifndef __CONFIG_H
7#define __CONFIG_H
8
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +02009#include <configs/sunxi-common.h>
10
11#endif /* __CONFIG_H */