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". Fixes NAND card detection on AM64-HSEVM. Signed-off-by: Roger Quadros <rogerq@kernel.org>
This commit is contained in:
parent
c5aa6434a0
commit
7f38988cf1
|
|
@ -19,7 +19,8 @@
|
||||||
|
|
||||||
#include "../common/board_detect.h"
|
#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") || \
|
#define board_is_am64x_skevm() (board_ti_k3_is("AM64-SKEVM") || \
|
||||||
board_ti_k3_is("AM64B-SKEVM"))
|
board_ti_k3_is("AM64B-SKEVM"))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue