bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHn
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:52 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:12 +0000 (13:24 -0400)
commit3c89c4c8562754fe1540938ec0ddbb41e7d130a8
tree260035a42e0b50abc7910c75f74d708535830f6c
parent32d0b2dfe57ddb4e88f3f30c5fcabc10aabde6ed
bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHn

These config options have not been migrated to Kconfig. This should be
handled using driver model, iterating over the available Ethernet devices.
For now, remove the code.

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