On 20:18-20230802, Roger Quadros wrote: > 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 <rog...@kernel.org>
I think you had Andrew's review here? > --- > board/ti/am64x/evm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c > index 96f4e3013a..a080b2b0d2 100644 > --- a/board/ti/am64x/evm.c > +++ b/board/ti/am64x/evm.c > @@ -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")) > -- > 2.34.1 > -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D