Bryan Brattlof | 77d831f | 2024-03-12 15:20:25 -0500 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | # | ||||
3 | # Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/ | ||||
4 | # | ||||
5 | |||||
6 | if TARGET_AM62P5_R5_EVM || TARGET_AM62P5_A53_EVM | ||||
7 | |||||
8 | config SYS_BOARD | ||||
9 | default "am62px" | ||||
10 | |||||
11 | config SYS_VENDOR | ||||
12 | default "ti" | ||||
13 | |||||
14 | config SYS_CONFIG_NAME | ||||
15 | default "am62px_evm" | ||||
16 | |||||
17 | source "board/ti/common/Kconfig" | ||||
18 | |||||
19 | endif | ||||
20 | |||||
21 | if TARGET_AM62P5_R5_EVM | ||||
22 | |||||
23 | config SPL_LDSCRIPT | ||||
24 | default "arch/arm/mach-omap2/u-boot-spl.lds" | ||||
25 | |||||
26 | endif |