1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-30 08:27:10 +01:00
Files
u-boot-megous/board/toradex/common
Simon Glass edb0ecd187 toradex: Use checkboard() instead of show_board_info()
Boards can use a sysinfo driver if a particular model name is needed.
Update this board to use checkboard() directly, rather than having a
weak function laid on top of a weak function.

Make all the checkboard() functions call the new tdx_checkboard() so
that the same information is displayed.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-11-28 12:53:04 -05:00
..