aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJayesh Choudhary <j-choudhary@ti.com>2024-06-12 14:41:22 +0530
committerTom Rini <trini@konsulko.com>2024-06-19 12:07:44 -0600
commita3efeb0a6abbb251972cd7d08f8710b2e37cbbc0 (patch)
tree47427db285d39a421e1fc8fc196d0e30dbba046d /include
parentfc2da3a3d0d32e0654a6d55f0d8f9df7b7da5ed7 (diff)
downloadu-boot-a3efeb0a6abbb251972cd7d08f8710b2e37cbbc0.zip
u-boot-a3efeb0a6abbb251972cd7d08f8710b2e37cbbc0.tar.gz
u-boot-a3efeb0a6abbb251972cd7d08f8710b2e37cbbc0.tar.bz2
configs: introduce configs needed for the J722S
Introduce the initial configs needed to support the J722S SoC family. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/j722s_evm.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/j722s_evm.h b/include/configs/j722s_evm.h
new file mode 100644
index 0000000..10f2e2d
--- /dev/null
+++ b/include/configs/j722s_evm.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Configuration header file for K3 J722S SoC family
+ *
+ * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+#ifndef __CONFIG_J722S_EVM_H
+#define __CONFIG_J722S_EVM_H
+
+/* Now for the remaining common defines */
+#include <configs/ti_armv7_common.h>
+
+#endif /* __CONFIG_J722S_EVM_H */