[PATCH] board: ti: am64: Support TMDS64EVM
Roger Quadros
rogerq at kernel.org
Mon Jan 8 14:16:50 CET 2024
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 at kernel.org>
---
board/ti/am64x/evm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c
index a6dcff2eb4..a7ca6be436 100644
--- a/board/ti/am64x/evm.c
+++ b/board/ti/am64x/evm.c
@@ -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") || \
base-commit: c2c598e87cfe56f5991730762c00733c5aa9a994
--
2.34.1
More information about the U-Boot
mailing list