summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-02-05 12:38:50 -0600
committerTom Rini <[email protected]>2025-02-05 12:38:50 -0600
commite335f1e3beaf17bb2a8f6324514ffcc70c09a83c (patch)
treef6481c14cf5732558fd9ee5c26e8c6172b312a24 /include
parent97c125e6bb441a8062bdd28e82f17b1da1224416 (diff)
parent30a8c830e92e748a13d881bfe4ded4f7c48c8619 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
Diffstat (limited to 'include')
-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 */