Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Siarhei Siamashka | 26c50fb | 2016-03-29 17:29:10 +0200 | [diff] [blame] | 2 | /* |
Andre Przywara | 2d83366 | 2022-07-04 15:10:03 +0100 | [diff] [blame] | 3 | * Placeholder wrapper to allow addressing Allwinner A64 (and later) sun50i |
| 4 | * CPU based devices separately. Please do not add anything in here. |
Siarhei Siamashka | 26c50fb | 2016-03-29 17:29:10 +0200 | [diff] [blame] | 5 | */ |
Siarhei Siamashka | 26c50fb | 2016-03-29 17:29:10 +0200 | [diff] [blame] | 6 | #ifndef __CONFIG_H |
| 7 | #define __CONFIG_H |
| 8 | |
Siarhei Siamashka | 26c50fb | 2016-03-29 17:29:10 +0200 | [diff] [blame] | 9 | #include <configs/sunxi-common.h> |
| 10 | |
| 11 | #endif /* __CONFIG_H */ |