projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb0ecd
)
udoo: Use checkboard() instead of show_board_info()
author
Simon Glass
<sjg@chromium.org>
Mon, 13 Nov 2023 02:58:26 +0000
(19:58 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/board/udoo/neo/neo.c
b/board/udoo/neo/neo.c
index 730e266469b22b9b551707231fcb2b603da5793a..d99d93b44ae57f9e2920490317f05a13b1327405 100644
(file)
--- 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;