mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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:
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
int __weak checkboard(void)
|
int __weak checkboard(void)
|
||||||
{
|
{
|
||||||
printf("Board: Unknown\n");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user