]> git.dujemihanovic.xyz Git - u-boot.git/commit
solidrun: Use checkboard() instead of show_board_info()
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2023 02:58:24 +0000 (19:58 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 17:53:03 +0000 (12:53 -0500)
commit56720b2ce2168dd708dfed344b2dcc3ad6ce7617
treee174c42aabc919717563544d58df3a360165b164
parent8cd4bf7dc9ba0a0a97c53717d8a94a2a7a0dce15
solidrun: 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.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/solidrun/mx6cuboxi/mx6cuboxi.c