mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
common: Print nothing in the __weak checkboard()
Do not print confusing "Board: Unknown" during boot. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0112432798
commit
31dd0a9a76
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
int __weak checkboard(void)
|
||||
{
|
||||
printf("Board: Unknown\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue