]> Git Repo - J-u-boot.git/blame - include/configs/sun5i.h
arm: Finish migration of CONFIG_MACH_TYPE
[J-u-boot.git] / include / configs / sun5i.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
f84269c5
HG
2/*
3 * (C) Copyright 2012-2013 Henrik Nordstrom <[email protected]>
4 *
5 * Configuration settings for the Allwinner A13 (sun5i) CPU
f84269c5
HG
6 */
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
10/*
11 * High Level Configuration Options
12 */
f84269c5 13
f84269c5
HG
14/*
15 * Include common sunxi configuration where most the settings are
16 */
17#include <configs/sunxi-common.h>
18
19#endif /* __CONFIG_H */
This page took 0.694219 seconds and 4 git commands to generate.