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