Jayesh Choudhary f40e679963 board: ti: Introduce basic board files for the J722S family
Introduce the basic files needed to support the TI J722S family of SoCs.

Co-developed-by: Vaishnav Achath <vaishnav.a@ti.com>
Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
2024-06-19 12:07:44 -06:00

27 lines
432 B
Plaintext

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
#
if TARGET_J722S_R5_EVM || TARGET_J722S_A53_EVM
config SYS_BOARD
default "j722s"
config SYS_VENDOR
default "ti"
config SYS_CONFIG_NAME
default "j722s_evm"
source "board/ti/common/Kconfig"
endif
if TARGET_J722S_R5_EVM
config SPL_LDSCRIPT
default "arch/arm/mach-omap2/u-boot-spl.lds"
endif