From 2cec68f8a3b8cba662daf7c3817c12b3fdef8e3a Mon Sep 17 00:00:00 2001 From: Bryan Brattlof Date: Tue, 12 Mar 2024 15:20:29 -0500 Subject: configs: introduce configs needed for the am62px Introduce the initial configs needed to support the am62px SoC family Signed-off-by: Bryan Brattlof --- include/configs/am62px_evm.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/configs/am62px_evm.h (limited to 'include') diff --git a/include/configs/am62px_evm.h b/include/configs/am62px_evm.h new file mode 100644 index 00000000000..06b12860e21 --- /dev/null +++ b/include/configs/am62px_evm.h @@ -0,0 +1,14 @@ +/* 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 + +/* Now for the remaining common defines */ +#include + +#endif /* __CONFIG_AM62PX_EVM_H */ -- cgit v1.3.1