summaryrefslogtreecommitdiff
path: root/include/configs/suniv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/suniv.h')
-rw-r--r--include/configs/suniv.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/suniv.h b/include/configs/suniv.h
new file mode 100644
index 00000000000..9cc1a77f6c8
--- /dev/null
+++ b/include/configs/suniv.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Placeholder wrapper to allow addressing Allwinner F-series (suniv) CPU
+ * based devices separately. Please do not add anything in here.
+ */
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#include <configs/sunxi-common.h>
+
+#endif /* __CONFIG_H */