mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
15 lines
284 B
C
15 lines
284 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Configuration settings for new Allwinner F-series (suniv) CPU
|
||
|
*/
|
||
|
|
||
|
#ifndef __CONFIG_H
|
||
|
#define __CONFIG_H
|
||
|
|
||
|
/*
|
||
|
* Include common sunxi configuration where most the settings are
|
||
|
*/
|
||
|
#include <configs/sunxi-common.h>
|
||
|
|
||
|
#endif /* __CONFIG_H */
|