]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: uniphier: remove board_eth_init()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 May 2020 03:31:28 +0000 (12:31 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 May 2020 02:21:06 +0000 (11:21 +0900)
commitaebd8ab6c289c2016152681841b2de9c37ff76ea
tree4c325ab1f54eff37acd70bb264be281c06a1ee65
parent67cd123fda5f64e1ddb0de26ccd31c0484a2cf33
ARM: uniphier: remove board_eth_init()

This platform completely migrated to CONFIG_DM_ETH.

board_eth_init() is only called from net/eth_legacy.c

Remove the legacy hook.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/micro-support-card.c