mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
board: ti: am64x: Recognize AM64-HSEVM
AM64-HSEVM is AM64-GPEVM with High Security Device. Gets rid of "Unidentified board claims AM64-HSEVM in eeprom header". Signed-off-by: Roger Quadros <rogerq@kernel.org> Acked-by: Andrew Davis <afd@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com> Tested-by: Nishanth Menon <nm@ti.com> #SK-AM64B
This commit is contained in:
parent
5d3758178b
commit
d3c830228f
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
|||
|
||||
#include "../common/board_detect.h"
|
||||
|
||||
#define board_is_am64x_gpevm() board_ti_k3_is("AM64-GPEVM")
|
||||
#define board_is_am64x_gpevm() (board_ti_k3_is("AM64-GPEVM") || \
|
||||
board_ti_k3_is("AM64-HSEVM"))
|
||||
|
||||
#define board_is_am64x_skevm() (board_ti_k3_is("AM64-SKEVM") || \
|
||||
board_ti_k3_is("AM64B-SKEVM"))
|
||||
|
|
Loading…
Add table
Reference in a new issue