commit | aefcd7aa429c456967aaf84fadaf9d21885c36ff | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Apr 22 15:01:32 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed May 03 18:30:46 2023 -0400 |
tree | e0503f92c389f6f0d4db380127b64c2ad9a94c98 | |
parent | ef1ee8fcf9fd30ef9d03b52a125c2b6364f8b4ab [diff] |
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>