Skip to content
Commit 5f3dfadc authored by Simon Glass's avatar Simon Glass Committed by Wolfgang Denk
Browse files

Fix unused function in cmd_bdinfo.c



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>
parent 80729a54
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment