blob: 51e7b3e0eaba03c2058a79932f60e807658ec2a6 [file] [log] [blame]
Bryan Brattlofd90c8bc2022-11-03 19:13:57 -05001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
4#
5
Bryan Brattlofd90c8bc2022-11-03 19:13:57 -05006if TARGET_AM62A7_R5_EVM || TARGET_AM62A7_A53_EVM
7
8config SYS_BOARD
9 default "am62ax"
10
11config SYS_VENDOR
12 default "ti"
13
14config SYS_CONFIG_NAME
15 default "am62ax_evm"
16
17source "board/ti/common/Kconfig"
18
19endif
20
21if TARGET_AM62A7_R5_EVM
22
23config SPL_LDSCRIPT
24 default "arch/arm/mach-omap2/u-boot-spl.lds"
25
26endif