aboutsummaryrefslogtreecommitdiff
path: root/include/configs/grayhawk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/grayhawk.h')
-rw-r--r--include/configs/grayhawk.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/grayhawk.h b/include/configs/grayhawk.h
new file mode 100644
index 0000000..f1bb84f
--- /dev/null
+++ b/include/configs/grayhawk.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * include/configs/grayhawk.h
+ * This file is Gray Hawk board configuration.
+ *
+ * Copyright (C) 2023 Renesas Electronics Corp.
+ */
+
+#ifndef __GRAYHAWK_H
+#define __GRAYHAWK_H
+
+#include "rcar-gen4-common.h"
+
+#endif /* __GRAYHAWK_H */