blob: 30173078548cefb0c2e61822c1f76966ba51e41d [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Hans de Goedef84269c2014-06-09 11:36:58 +02002/*
3 * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net>
4 *
Andre Przywara93118432022-07-04 15:10:03 +01005 * Placeholder wrapper to allow addressing Allwinner A13 (sun5i) CPU
6 * based devices separately. Please do not add anything in here.
Hans de Goedef84269c2014-06-09 11:36:58 +02007 */
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
Hans de Goedef84269c2014-06-09 11:36:58 +020011#include <configs/sunxi-common.h>
12
Hans de Goedef84269c2014-06-09 11:36:58 +020013#endif /* __CONFIG_H */