bdinfo: net: Inline print_eth_ip_addr()
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:54 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:12 +0000 (13:24 -0400)
commit8a2ba581dc27d2ae1f22eae9d6fee0ec45e075f7
treebc6036ab4c4cc9b82461bb9c0ddd4075e097067c
parent441539f90a21156c69e870fcbda13157ce69a1dc
bdinfo: net: Inline print_eth_ip_addr()

This function only has two lines of code now, so inline it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/bdinfo.c