blob: ad24ab98b52b70f3a1ab0b5bab689dd20c8331af [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Ian Campbellcba69ee2014-05-05 11:52:26 +01002/*
3 * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net>
4 * (C) Copyright 2013 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
5 *
Andre Przywara93118432022-07-04 15:10:03 +01006 * Placeholder wrapper to allow addressing Allwinner A20 (sun7i) CPU
7 * based devices separately. Please do not add anything in here.
Ian Campbellcba69ee2014-05-05 11:52:26 +01008 */
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
Ian Campbellcba69ee2014-05-05 11:52:26 +010012#include <configs/sunxi-common.h>
13
Ian Campbellcba69ee2014-05-05 11:52:26 +010014#endif /* __CONFIG_H */