xref: /openbmc/u-boot/include/configs/sun9i.h (revision 3e79a4ab)
1 /*
2  * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3  *
4  * Configuration settings for the Allwinner A80 (sun9i) CPU
5  *
6  * SPDX-License-Identifier:	GPL-2.0+
7  */
8 
9 #ifndef __CONFIG_H
10 #define __CONFIG_H
11 
12 /*
13  * A80 specific configuration
14  */
15 
16 /*
17  * Include common sunxi configuration where most the settings are
18  */
19 #include <configs/sunxi-common.h>
20 
21 #endif /* __CONFIG_H */
22