projects
/
karo-tx-uboot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix unused function in cmd_bdinfo.c
[karo-tx-uboot.git]
/
common
/
cmd_bdinfo.c
diff --git
a/common/cmd_bdinfo.c
b/common/cmd_bdinfo.c
index
73c03a8
..
67cb0da
100644
(file)
--- a/
common/cmd_bdinfo.c
+++ b/
common/cmd_bdinfo.c
@@
-36,6
+36,7
@@
static void print_num(const char *name, ulong value)
printf("%-12s= 0x%08lX\n", name, value);
}
+__maybe_unused
static void print_eth(int idx)
{
char name[10], *val;