From: Patrice Chotard Date: Wed, 11 Feb 2026 14:32:22 +0000 (+0100) Subject: board: st: common: Add support of stm32mp21xx-dk board X-Git-Tag: v2026.04-rc4~19^2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32912d0908bbdb56a8863e835a2edc6e13c7159a;p=thirdparty%2Fu-boot.git board: st: common: Add support of stm32mp21xx-dk board Add board identifier for STM32MP21 discovery board = MB2059. Signed-off-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/board/st/common/cmd_stboard.c b/board/st/common/cmd_stboard.c index b9d0abdba7d..d77046499a0 100644 --- a/board/st/common/cmd_stboard.c +++ b/board/st/common/cmd_stboard.c @@ -51,6 +51,7 @@ static bool check_stboard(u16 board) 0x1605, /* stm32mp25xx-dk */ 0x1635, 0x1936, /* stm32mp25xx-ev1 */ + 0x2059, /* stm32mp21xx-dk */ }; for (i = 0; i < ARRAY_SIZE(st_board_id); i++)