aboutsummaryrefslogtreecommitdiff
path: root/include/configs/suniv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/suniv.h')
-rw-r--r--include/configs/suniv.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/suniv.h b/include/configs/suniv.h
new file mode 100644
index 0000000000..6118cd5e1a
--- /dev/null
+++ b/include/configs/suniv.h
@@ -0,0 +1,14 @@
+/* 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 */