]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: ti: am64: Support TMDS64EVM
authorRoger Quadros <rogerq@kernel.org>
Mon, 8 Jan 2024 13:16:50 +0000 (15:16 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jan 2024 22:50:27 +0000 (17:50 -0500)
The TMDS64EVM [1] ships with AM64X SR2.0 HS-FS chip
and a slightly different board name in the board information
EEPROM header. Support this board.

[1] https://www.ti.com/tool/TMDS64EVM

Gets rid of below message at boot
"Unidentified board claims AM64-EVM in eeprom header"

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
board/ti/am64x/evm.c

index a6dcff2eb434db80b0994d910323175bc5c8fce4..a7ca6be436eb9dbb80c8fb001823d3f7059772ab 100644 (file)
@@ -18,6 +18,7 @@
 #include "../common/board_detect.h"
 
 #define board_is_am64x_gpevm() (board_ti_k3_is("AM64-GPEVM") || \
+                               board_ti_k3_is("AM64-EVM") || \
                                board_ti_k3_is("AM64-HSEVM"))
 
 #define board_is_am64x_skevm() (board_ti_k3_is("AM64-SKEVM") || \