Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Maxime Ripard | 8a6564d | 2014-10-03 20:16:29 +0800 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net> |
| 4 | * (C) Copyright 2013 Luke Kenneth Casson Leighton <lkcl@lkcl.net> |
| 5 | * (C) Copyright 2013 Maxime Ripard <maxime.ripard@free-electrons.com> |
| 6 | * |
Andre Przywara | 9311843 | 2022-07-04 15:10:03 +0100 | [diff] [blame] | 7 | * Placeholder wrapper to allow addressing Allwinner A31 (sun6i) CPU |
| 8 | * based devices separately. Please do not add anything in here. |
Maxime Ripard | 8a6564d | 2014-10-03 20:16:29 +0800 | [diff] [blame] | 9 | */ |
Maxime Ripard | 8a6564d | 2014-10-03 20:16:29 +0800 | [diff] [blame] | 10 | #ifndef __CONFIG_H |
| 11 | #define __CONFIG_H |
| 12 | |
Maxime Ripard | 8a6564d | 2014-10-03 20:16:29 +0800 | [diff] [blame] | 13 | #include <configs/sunxi-common.h> |
| 14 | |
| 15 | #endif /* __CONFIG_H */ |