commit | 441539f90a21156c69e870fcbda13157ce69a1dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:53 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:12 2020 -0400 |
tree | 27b9333efb35e01b32caec8d0491dfac9a6e9311 | |
parent | 3c89c4c8562754fe1540938ec0ddbb41e7d130a8 [diff] |
bdinfo: net: Drop legacy ethernet bdinfo This code pre-dates driver model and the migration date is nearly upon us. Pare the print_eths() function down and enable it for driver model, since it works correctly. The IP address is already printed in print_eth_ip_addr() so we can remove that. Since this results in a one-line print_eths() function, inline it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>