Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Chen-Yu Tsai | 8ebe4f4 | 2014-10-22 16:47:44 +0800 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2014 Chen-Yu Tsai <wens@csie.org> |
| 4 | * |
Andre Przywara | 9311843 | 2022-07-04 15:10:03 +0100 | [diff] [blame] | 5 | * Placeholder wrapper to allow addressing Allwinner A23 (and later) sun8i |
| 6 | * CPU based devices separately. Please do not add anything in here. |
Chen-Yu Tsai | 8ebe4f4 | 2014-10-22 16:47:44 +0800 | [diff] [blame] | 7 | */ |
Chen-Yu Tsai | 8ebe4f4 | 2014-10-22 16:47:44 +0800 | [diff] [blame] | 8 | #ifndef __CONFIG_H |
| 9 | #define __CONFIG_H |
| 10 | |
Chen-Yu Tsai | 8ebe4f4 | 2014-10-22 16:47:44 +0800 | [diff] [blame] | 11 | #include <configs/sunxi-common.h> |
| 12 | |
| 13 | #endif /* __CONFIG_H */ |