]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/sun9i.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / include / configs / sun9i.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
1871a8ca
HG
2/*
3 * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
4 *
5 * Configuration settings for the Allwinner A80 (sun9i) CPU
1871a8ca
HG
6 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
11/*
12 * A80 specific configuration
13 */
14
15/*
16 * Include common sunxi configuration where most the settings are
17 */
18#include <configs/sunxi-common.h>
19
20#endif /* __CONFIG_H */