]> git.dujemihanovic.xyz Git - u-boot.git/commit
udoo: Use checkboard() instead of show_board_info()
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2023 02:58:26 +0000 (19:58 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 17:53:04 +0000 (12:53 -0500)
commit16e4b7818b3431c2fb40c0830319a5d3b6f5081b
tree69f140dea8411d7b09629dd4b617d76e34b8ff57
parentedb0ecd187088019024404431d5ea0067b0c2859
udoo: 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/udoo/neo/neo.c