Bryan Brattlof 5d747f35c1 board: ti: introduce basic board files for the am62px family
Introduce the basic files needed to support the am62px family of SoCs

Co-developed-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
2024-03-13 10:10:05 -04:00

27 lines
437 B
Plaintext

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