summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2023-10-23 16:35:26 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2023-10-24 15:35:42 -0500
commitd21ad2898fa1b92ca2f4a8ae4f586dd57461fce9 (patch)
tree7d4d285097cc436731c8864b8a04053b662c7855 /include
parentbc763e60eb8ed1b9b370056656c125227fa0088d (diff)
configs: introduce configs needed for the am62px
Introduce the initial configs needed to support the am62px SoC family [bb@ti.com: rebased on TI's 2023.10 uboot] Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am62px_evm.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/am62px_evm.h b/include/configs/am62px_evm.h
new file mode 100644
index 0000000000..f00354f3b1
--- /dev/null
+++ b/include/configs/am62px_evm.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Configuration header file for K3 AM62Px SoC family
+ *
+ * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
+ */
+
+#ifndef __CONFIG_AM62PX_EVM_H
+#define __CONFIG_AM62PX_EVM_H
+
+#include <config_distro_bootcmd.h>
+#include <environment/ti/mmc.h>
+
+/* Now for the remaining common defines */
+#include <configs/ti_armv7_common.h>
+
+#endif /* __CONFIG_AM62PX_EVM_H */