]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb36e87d8069b3ee268f5e60b9e2455af097aa323
treebc6036ab4c4cc9b82461bb9c0ddd4075e097067c
parent1e61bf14cb6c56d1847b2cf42004b174476e747a
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