blob: 6bf5fc3f66a38447c5f98ad286f7155d13dea229 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Hans de Goede1871a8c2015-01-13 19:25:06 +01002/*
3 * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
4 *
Andre Przywara93118432022-07-04 15:10:03 +01005 * Placeholder wrapper to allow addressing Allwinner A80 (sun9i) CPU
6 * based devices separately. Please do not add anything in here.
Hans de Goede1871a8c2015-01-13 19:25:06 +01007 */
Hans de Goede1871a8c2015-01-13 19:25:06 +01008#ifndef __CONFIG_H
9#define __CONFIG_H
10
Hans de Goede1871a8c2015-01-13 19:25:06 +010011#include <configs/sunxi-common.h>
12
13#endif /* __CONFIG_H */