]> git.dujemihanovic.xyz Git - u-boot.git/commit
meson: Use checkboard() instead of show_board_info()
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2023 02:58:22 +0000 (19:58 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 28 Nov 2023 17:53:03 +0000 (12:53 -0500)
commit53c4ef0e65efd763bf88f0cdb680b857dd4aba6d
treefc892e857114759484afc36608413149035a160c
parentef211ab252d7a45f033d59a90d8e0575ce1a0d2d
meson: 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>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/mach-meson/board-info.c