aboutsummaryrefslogtreecommitdiffstats
path: root/board/udoo
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-11-12 19:58:26 -0700
committerTom Rini <trini@konsulko.com>2023-11-28 12:53:04 -0500
commit16e4b7818b3431c2fb40c0830319a5d3b6f5081b (patch)
tree69f140dea8411d7b09629dd4b617d76e34b8ff57 /board/udoo
parentedb0ecd187088019024404431d5ea0067b0c2859 (diff)
downloadu-boot-16e4b7818b3431c2fb40c0830319a5d3b6f5081b.tar.gz
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>
Diffstat (limited to 'board/udoo')
-rw-r--r--board/udoo/neo/neo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c
index 730e266469b..d99d93b44ae 100644
--- a/board/udoo/neo/neo.c
+++ b/board/udoo/neo/neo.c
@@ -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;