summaryrefslogtreecommitdiff
path: root/board/ti/am62ax/Kconfig
blob: 51e7b3e0eaba03c2058a79932f60e807658ec2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
#

if TARGET_AM62A7_R5_EVM || TARGET_AM62A7_A53_EVM

config SYS_BOARD
       default "am62ax"

config SYS_VENDOR
       default "ti"

config SYS_CONFIG_NAME
       default "am62ax_evm"

source "board/ti/common/Kconfig"

endif

if TARGET_AM62A7_R5_EVM

config SPL_LDSCRIPT
	default "arch/arm/mach-omap2/u-boot-spl.lds"

endif