Skip to content
Snippets Groups Projects
Commit 31dd0a9a authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

common: Print nothing in the __weak checkboard()


Do not print confusing "Board: Unknown" during boot.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 01124327
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@
int __weak checkboard(void)
{
printf("Board: Unknown\n");
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment