]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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)
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

index 730e266469b22b9b551707231fcb2b603da5793a..d99d93b44ae57f9e2920490317f05a13b1327405 100644 (file)
@@ -212,7 +212,7 @@ static char *board_string(int type)
 }
 
 /* Override the default implementation, DT model is not accurate */
-int show_board_info(void)
+int checkboard(void)
 {
        int *board_type = (int *)OCRAM_START;