68a3cce5f4
This is a copy of the TI AM62x SK EVM board file to support the M4F on the phyBOARD-Lyra AM62x, which is PHYTEC's development kit for the phyCORE-AM62x SoM. Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
# Texas Instruments Sitara AM62x-SK-M4 EVM
|
|
#
|
|
# Copyright (c) 2023 Texas Instruments Incorporated
|
|
# Copyright (c) 2023 L Lakshmanan
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_AM62X_M4_SK
|
|
|
|
config BOARD
|
|
default "am62x_m4_sk"
|
|
|
|
endif # BOARD_AM62X_M4_SK
|
|
|
|
if BOARD_AM62X_M4_PHYBOARD_LYRA
|
|
|
|
config BOARD
|
|
default "am62x_m4_phyboard_lyra"
|
|
|
|
endif # BOARD_AM62X_M4_PHYBOARD_LYRA
|