mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
board: ti: am64: Support TMDS64EVM
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>
This commit is contained in:
parent
27cc5951c8
commit
9ba8187a84
1 changed files with 1 additions and 0 deletions
|
@ -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") || \
|
||||
|
|
Loading…
Add table
Reference in a new issue