]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
turris: Use checkboard() instead of show_board_info()
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2023 02:58:23 +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>
board/CZ.NIC/turris_mox/turris_mox.c
board/CZ.NIC/turris_omnia/turris_omnia.c

index 63b869921943200cf85b5cd5379c4843878e1115..3489bdd74bdaced7753a2a04796c632718efb581 100644 (file)
@@ -562,7 +562,7 @@ static void handle_reset_button(void)
        }
 }
 
-int show_board_info(void)
+int checkboard(void)
 {
        int i, ret, board_version, ram_size, is_sd;
        const char *pub_key, *model;
index 19c5043fcbaaac3f21d20f9a66e179da187424b2..adeb69a205beb7b294aaa1a34aa01e088379c48a 100644 (file)
@@ -962,7 +962,7 @@ int board_late_init(void)
        return 0;
 }
 
-int show_board_info(void)
+int checkboard(void)
 {
        char serial[17];
        int err;