diff options
Diffstat (limited to 'board/st/common/cmd_stboard.c')
-rw-r--r-- | board/st/common/cmd_stboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/st/common/cmd_stboard.c b/board/st/common/cmd_stboard.c index 853ab78bbf1..cb103e69b36 100644 --- a/board/st/common/cmd_stboard.c +++ b/board/st/common/cmd_stboard.c @@ -49,7 +49,9 @@ static bool check_stboard(u16 board) 0x1298, 0x1341, 0x1497, + 0x1605, /* stm32mp25xx-dk */ 0x1635, + 0x1936, /* stm32mp25xx-ev1 */ }; for (i = 0; i < ARRAY_SIZE(st_board_id); i++) |