summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mt8365.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/mt8365.h b/include/configs/mt8365.h
new file mode 100644
index 00000000000..e8aacf8c5df
--- /dev/null
+++ b/include/configs/mt8365.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Configuration for MT8365 based boards
+ *
+ * Copyright (C) 2023 BayLibre, SAS
+ * Author: Julien Masson <[email protected]>
+ */
+
+#ifndef __MT8365_H
+#define __MT8365_H
+
+#endif