Files
u-boot/common
Bernhard Nortmann 4917c061a2 net: avoid eth_unregister() call when function is unavailable
CONFIG_NETCONSOLE causes common/bootm.c to call eth_unregister()
for network device shutdown. However, with CONFIG_DM_ETH this
function is no longer defined.

This is a workaround to avoid the call in that case, and solely
rely on eth_halt(). In case this is insufficient, a proper way
to unregister / remove network devices needs to be implemented.

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2015-09-29 21:54:45 -05:00
..
2015-06-10 19:26:54 -06:00
2015-07-20 07:21:47 -06:00
2015-05-14 19:58:34 -06:00
2015-07-27 15:53:48 -07:00
2015-08-31 07:57:29 -06:00
2015-05-21 09:13:19 -04:00
2015-08-31 07:57:29 -06:00