]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
f84269c5 HG |
2 | /* |
3 | * (C) Copyright 2012-2013 Henrik Nordstrom <[email protected]> | |
4 | * | |
93118438 AP |
5 | * Placeholder wrapper to allow addressing Allwinner A13 (sun5i) CPU |
6 | * based devices separately. Please do not add anything in here. | |
f84269c5 HG |
7 | */ |
8 | #ifndef __CONFIG_H | |
9 | #define __CONFIG_H | |
10 | ||
f84269c5 HG |
11 | #include <configs/sunxi-common.h> |
12 | ||
13 | #endif /* __CONFIG_H */ |