]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/sun9i.h
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / include / configs / sun9i.h
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 */