diff options
author | Tom Rini <trini@konsulko.com> | 2015-05-30 20:15:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-30 20:15:59 -0400 |
commit | b1f7ecc9b5f0ce07691f6804f436fcaa2a377b26 (patch) | |
tree | 0aea9d637deb6dd706e717a000148263fe89babc /include/configs/sun9i.h | |
parent | cac6d4bfdc2543fb30bb04e42be42aeaf52ea348 (diff) | |
parent | 014414f53695ab3ba5a9d344ad1ba8952bce157c (diff) |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'include/configs/sun9i.h')
-rw-r--r-- | include/configs/sun9i.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/configs/sun9i.h b/include/configs/sun9i.h new file mode 100644 index 0000000000..cd9e08d8b1 --- /dev/null +++ b/include/configs/sun9i.h @@ -0,0 +1,21 @@ +/* + * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com> + * + * Configuration settings for the Allwinner A80 (sun9i) CPU + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +/* + * A80 specific configuration + */ + +/* + * Include common sunxi configuration where most the settings are + */ +#include <configs/sunxi-common.h> + +#endif /* __CONFIG_H */ |