mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
6717e15447
commit
6cbe90486c
1 changed files with 0 additions and 12 deletions
|
@ -107,18 +107,6 @@ void support_card_init(void)
|
|||
support_card_show_revision();
|
||||
}
|
||||
|
||||
#if defined(CONFIG_SMC911X)
|
||||
#include <netdev.h>
|
||||
|
||||
int board_eth_init(bd_t *bis)
|
||||
{
|
||||
if (!support_card_found)
|
||||
return 0;
|
||||
|
||||
return smc911x_initialize(0, (unsigned long)support_card_base + SMC911X_OFFSET);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_MTD_NOR_FLASH)
|
||||
|
||||
#include <mtd/cfi_flash.h>
|
||||
|
|
Loading…
Reference in a new issue