]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bdinfo: Wrap network information printing into print_eth()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 22 Apr 2023 13:01:32 +0000 (15:01 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 3 May 2023 22:30:46 +0000 (18:30 -0400)
commitd8eb4e2c05406dcaad30b36fa2a69a63dff376a4
treee0503f92c389f6f0d4db380127b64c2ad9a94c98
parent55922ed5fa03c3ce2ca6c1c504d86dcf2c80c5f7
cmd: bdinfo: Wrap network information printing into print_eth()

Move all the network information printing into print_eth(),
no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/bdinfo.c