]> Git Repo - u-boot.git/blob - include/configs/sun6i.h
Convert CONFIG_ARMV7_SECURE_BASE et al to Kconfig
[u-boot.git] / include / configs / sun6i.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2012-2013 Henrik Nordstrom <[email protected]>
4  * (C) Copyright 2013 Luke Kenneth Casson Leighton <[email protected]>
5  * (C) Copyright 2013 Maxime Ripard <[email protected]>
6  *
7  * Configuration settings for the Allwinner A31 (sun6i) CPU
8  */
9
10 #ifndef __CONFIG_H
11 #define __CONFIG_H
12
13 /*
14  * Include common sunxi configuration where most the settings are
15  */
16 #include <configs/sunxi-common.h>
17
18 #endif /* __CONFIG_H */
This page took 0.029981 seconds and 4 git commands to generate.