]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_bdinfo.c
Fix unused function in cmd_bdinfo.c
[karo-tx-uboot.git] / common / cmd_bdinfo.c
index 73c03a895f74de7112fbac78bdf909736a0fde63..67cb0dad8345c8baf1ef563c53ea52aedb080683 100644 (file)
@@ -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;