diff options
| author | Bryan Brattlof <[email protected]> | 2024-03-12 15:20:29 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-13 10:10:05 -0400 |
| commit | 2cec68f8a3b8cba662daf7c3817c12b3fdef8e3a (patch) | |
| tree | 235236698fa1364ab1b49b773eb482056a9276b2 /include | |
| parent | 2d01245321b32614218b2d09ed7009f9ae244ae2 (diff) | |
configs: introduce configs needed for the am62px
Introduce the initial configs needed to support the am62px SoC family
Signed-off-by: Bryan Brattlof <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am62px_evm.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 <configs/ti_armv7_common.h> + +#endif /* __CONFIG_AM62PX_EVM_H */ |
