diff options
author | Simon Glass <sjg@chromium.org> | 2011-12-06 13:37:17 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-12-07 08:42:28 +0100 |
commit | 5f3dfadc26c3d7c02e5fe16a743475328a85e891 (patch) | |
tree | 2e01c7c20f66d262574e2a8680bb473195ac6d8b /include/fat.h | |
parent | 80729a5493874e696bc6f69a6fc8b54c3c0c5042 (diff) | |
download | u-boot-imx-5f3dfadc26c3d7c02e5fe16a743475328a85e891.zip u-boot-imx-5f3dfadc26c3d7c02e5fe16a743475328a85e891.tar.gz u-boot-imx-5f3dfadc26c3d7c02e5fe16a743475328a85e891.tar.bz2 |
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: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/fat.h')
0 files changed, 0 insertions, 0 deletions