• Simon Glass's avatar
    Fix unused function in cmd_bdinfo.c · 5f3dfadc
    Simon Glass authored
    
    
    It is fine to use __maybe_unused instead of #ifdef, but we also need one
    for print_eth() since not all boards have Ethernet. This fixes this
    warning:
    
    cmd_bdinfo.c:39:13: warning: 'print_eth' defined but not used [-Wunused-function]
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    5f3dfadc
cmd_bdinfo.c 13.5 KB