]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: ti: am64x: Recognize AM64-HSEVM
authorRoger Quadros <rogerq@kernel.org>
Sat, 5 Aug 2023 08:14:37 +0000 (11:14 +0300)
committerTom Rini <trini@konsulko.com>
Thu, 17 Aug 2023 19:08:46 +0000 (15:08 -0400)
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
board/ti/am64x/evm.c

index 96f4e3013a3ef85083efaede708603ede183de9d..a080b2b0d2588642ccb24c559145f7437a6700dc 100644 (file)
@@ -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"))