]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index 2421acd817e466f33ab817e939d27df1c08c38a7..95a29da072296f28b0aceeaf533d1ada7eb8b255 100644 (file)
@@ -168,7 +168,7 @@ static unsigned int get_socinfo(void)
        return socinfo;
 }
 
-int show_board_info(void)
+int checkboard(void)
 {
        unsigned int socinfo;