1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

x86: Convert minnowmax to use CONFIG_DM_NET

Move to driver model for networking on minnowmax.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Simon Glass
2015-08-10 22:02:53 -06:00
parent 3d4e2491ff
commit b8098bc1c1
2 changed files with 1 additions and 6 deletions

View File

@@ -6,7 +6,6 @@
#include <common.h>
#include <asm/gpio.h>
#include <netdev.h>
int arch_early_init_r(void)
{
@@ -20,8 +19,3 @@ void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio)
{
return;
}
int board_eth_init(bd_t *bis)
{
return pci_eth_init(bis);
}