summaryrefslogtreecommitdiff
path: root/include/configs/s4sk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/s4sk.h')
-rw-r--r--include/configs/s4sk.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/s4sk.h b/include/configs/s4sk.h
new file mode 100644
index 00000000000..a1707359a39
--- /dev/null
+++ b/include/configs/s4sk.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * This file is S4SK board configuration.
+ *
+ * Copyright (C) 2024-2025 Renesas Electronics Corp.
+ */
+
+#ifndef __S4SK_H
+#define __S4SK_H
+
+#include "rcar-gen4-common.h"
+
+#endif /* __S4SK_H */