blob: 490c7be66b3ac71204a8ea431743a685fb00735d [file] [log] [blame]
Apurva Nandan8b957b32024-02-24 01:51:46 +05301# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
4# Hari Nagalla <hnagalla@ti.com>
5
6if TARGET_J784S4_A72_EVM
7
8config SYS_BOARD
9 default "j784s4"
10
11config SYS_VENDOR
12 default "ti"
13
14config SYS_CONFIG_NAME
15 default "j784s4_evm"
16
17source "board/ti/common/Kconfig"
18
19endif
20
21if TARGET_J784S4_R5_EVM
22
23config SYS_BOARD
24 default "j784s4"
25
26config SYS_VENDOR
27 default "ti"
28
29config SYS_CONFIG_NAME
30 default "j784s4_evm"
31
32config SPL_LDSCRIPT
33 default "arch/arm/mach-omap2/u-boot-spl.lds"
34
35source "board/ti/common/Kconfig"
36
37endif