mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
board: st: common: Add support of stm32mp21xx-dk board
Add board identifier for STM32MP21 discovery board = MB2059. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
parent
d5cedabe8b
commit
32912d0908
@ -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++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user